A task management web application for HUST UI/UX course
Live demo: UniTasks
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git@github.com:Thdeathz/UniTasks.git - Navigate to the project directory:
cd UniTasks - Install the dependencies:
yarn
Before running the application, you need to set up a Firebase project and configure the necessary environment variables. Follow these steps:
- Create a Firebase project at https://console.firebase.google.com
- Enable the
Firestore database,Authentication,Storagefor the project - Obtain the Firebase configuration values (API key, database URL, etc.)
- Create a
.envfile in the project root directory - Add the following environment variables to the
.envfile:
VITE_FIREBASE_APP_ID=
VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGE_SENDER_ID=
VITE_FIREBASE_MEASUREMENT_ID=- Save the
.envfile
To start the application locally, use the following command:
yarn devThe application will be accessible at http://localhost:3000
This project is licensed under the MIT License.

