Full stack Task management web-app built with Reactjs (vite) + Firebase
Client: React JS
Server: Firebase
Authentication: Firebase Authentication
Database: Firebase Firestore
-
Firebase authentication
-
Firebase firestore
-
Create Tasks
-
Updating Tasks to deleted, completed, restore
-
Edit, delete, logout, login, registration, google auth
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Yuvrajshankar/Todos-Firebase.git
- Go to the project directory
cd Todos-Firebase
- Install dependencies
npm install
-
Add firebase configuration in ./src/firebase/config.js
-
Start the application
npm run dev
This project is licensed under the MIT License.