" Unlock Your Productivity with Our Online To-Do Powerhouse! "
1. https://taskmatee.vercel.app
2. https://taskmate-shb4.onrender.com
TaskMate is a feature-rich to-do website designed to revolutionize the way you manage and accomplish your tasks. Built on the robust Django framework and powered by MongoDB, TaskMate offers a seamless and efficient experience for individuals and teams looking to stay organized and boost productivity.
With TaskMate, you can effortlessly create, organize, and prioritize your tasks, ensuring that nothing falls through the cracks. The intuitive and user-friendly interface allows you to easily navigate through various task categories, set due dates, assign tags, and add detailed descriptions to ensure clarity and context.
One of the standout features of TaskMate is its seamless integration with MongoDB, a highly scalable and flexible NoSQL database. This integration ensures optimal performance, data security, and allows for effortless synchronization across multiple devices, keeping your tasks up to date, whether you're at home, in the office, or on the go
- User registration and authentication.
- Ability for users to create, read, update and delete tasks.
- Live previews
- Task categories and priority levels.
- Fullscreen mode
- Cross platform
pip install -r requirements.txt
-
Star ⭐
-
Fork
-
Clone the forked repository.
git clone https://github.com/<your-github-username>/TaskMate
- Navigate to the project directory.
cd TaskMate
- Create a new branch.
git checkout -b <your_branch_name>
-
Make changes.
-
Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull Request.
-
Congratulations! 🎉 you've made your contribution.
Thank you to all the amazing contributors who have made this project possible!!💝