This is the frontend part of the TaskManager project, a simple Todo application built with React.
- Add new todo tasks with deadlines and track their status.
- Display todo list in a clear table format.
- Edit existing todo items directly within the table.
- Delete todo items to clear your task list.
- Frontend: React
- Backend: Node.js, Express
- Database: MongoDB
-
Clone the repository:
git clone https://github.com/your-username/TaskManager.git
-
Navigate to the project folder:
cd TaskManager-Frontend
-
Install dependencies:
npm install
-
Start the React app:
npm start
The app will run on http://localhost:5173/
- LinkedIn: Amit Yadav
- GitHub: amit1github
- Portfolio Project: My Portfolio