Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.67 KB

File metadata and controls

41 lines (25 loc) · 1.67 KB

TaskMinder - Full Stack Todo Application

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.

Features

  • 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.

API Documentation (Swagger)

Explore the TaskMinder API using Swagger UI. After starting the server, visit the following URL in your browser:

Swagger UI - TaskMinder API Documentation

Live Demo (Heroku)

The TaskMinder API and frontend are live on Heroku. You can interact with both the API and the frontend application using the following URLs:

Technologies Used

  • 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

Contributing

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.