Back to projects
Todoist Firebase
February 14, 2023
Todoist Firebase is Todoist Clone made with React JS and Firebase. This tools will help you to organize your life and works and maintain the tasks you want to performed in upcoming time.
Live Website URL
https://todoist-firebase.vercel.app/
How to setup
- Clone the reposetry to your system.
git clone https://github.com/sahilverma-dev/todoist-firebase
- Change the directory to the todoist-firebase.
cd todoist-firebase
- Install all the packages.
npm i # or yarn install if you're using yarn
- Open the VS Code in the this folder.
code .
- Create .env file according to the .env.example file with your Firebase credentials.
- Go to the Firebase and create a new project.
- Copy and paste the credentials on the .env file.
- Enable Firestore and Authentication.
- Select Google Authentication on the Authentication services.
- Now start the server.
npm start # or yarn start if you're using yarn
Screenshots
Light Theme
Home
Task
Dark Theme
Home
Task
Features
Responsive Design
User Authentication
Dark Theme Toggle
Task Dragging
Tech Stack
React JS, Tailwind CSS, Framer Motion, Firebase 9.
Feedback
If you have any feedback, please reach out to us at sahilverma.webdev@gmail.com