A simple responsive task management platform using React.js, Firebase Auth, Express.js, and MongoDB. The platform aims to enhance and improve user task management.
- tanstack-query, axios, lottie-react, react-beautiful-dnd, react-hook-form, react-hot-toast, react-icons, react-simple-typewriter, styled-components, sweetalert2.
Follow these steps to clone and run the project on your local machine.
Clone the repository and navigate to the cloned repo.
npm installYou will be needing the environment variables for Firebase SDK before running the project. Please contact me if you need access to the .env.local file.
After configuring the environment variables, run this command to start the project.
npm run dev- Click on
Let's Exploreto sign up or sign in using email, password or Google to get access to your personalized dashboard. - Visit the
ADD A TASKpage to add your task by deadline and priority. - Explore your tasks on the
MY TASKSpage to manage your tasks and perform cool operations like drag-and-drop your task status. - Click on the
Deletebutton to delete a specific task or theEditbutton to update its details.
