Welcome to the Personal Task Management project based on the MERN stack And Tailwind! This project helps you manage your tasks efficiently.
The project consists of two main directories:
-
client: This directory contains the front-end code built with Next.js.
-
server: Here, you'll find the back-end code using Express and MongoDB.
-
Task Creation: Easily add new tasks with relevant details.
-
Task Deletion: Remove tasks that are completed or no longer needed.
-
Status Updates: Change the status of your tasks to keep track of their progress.
-
User Authentication: Secure your tasks with JWT authentication for personalized access.
Before running the project, make sure to install the required packages. Open a terminal, navigate to the project root, and run:
npm install