https://full-stack-task-minder.vercel.app/
TaskMinder is a full-stack Todo Application built using React for the frontend and Express.js for the backend. This project allows users to create, read, update, and delete todos, all while providing a seamless user experience. The API is fully documented with Swagger and is deployed on Heroku for live access.
- Create, Read, Update, Delete Todos: Manage your todo items with ease.
- Live Data Synchronization: All changes to todos are immediately reflected in the UI.
- Swagger Documentation: Explore the API with Swagger UI.
- Deployed on Heroku: Access the API and frontend from anywhere.
Explore the TaskMinder API using Swagger UI. After starting the server, visit the following URL in your browser:
Swagger UI - TaskMinder API Documentation
The TaskMinder API and frontend are live on Heroku. You can interact with both the API and the frontend application using the following URLs:
- API - Live Demo: TaskMinder API
- Frontend: React, Material-UI, Axios
- Backend: Node.js, Express.js
- Database: MongoDB (using Mongoose)
- API Documentation: Swagger UI
- Deployment: Heroku (for live deployment)
- State Management: React useState and useEffect hooks
Feel free to contribute to this project by creating pull requests. All contributions are welcome!
TaskMinder - A simple and effective way to manage your todos.