Welcome to TaskPro, a powerful full stack to-do manager application. With TaskPro, you can efficiently organize your tasks, edit them, and mark them as completed, all while enjoying a seamless user experience. Whether you're looking for a simple task list or a comprehensive to-do manager, TaskPro has you covered.
**Add Task**
**Edit Task**
https://handsome-leotard-jay.cyclic.app/
- Add new tasks to your to-do list.
- Edit existing tasks and mark them as completed.
- Delete tasks that are no longer needed.
- All tasks are saved and available for future use.
- Clone this repository:
git clone https://github.com/MehraDevesh2022/TaskPro.git
- Install the dependencies:
cd TASKPRO
npm install
- Add your MongoDB URI to the config/.env file. Use key name as DB_LINK and assign your MongoDB URI to it.
- Start the server:
npm start
- Navigate to
http://localhost:3000/
in your browser of choice.
Contributions are always welcome ! add your own features and make a pull request.