This is a simple todo application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.
- Create, Read, Update, and Delete (CRUD) operations for managing todo items
- Responsive design for desktop and mobile devices
-
Frontend:
- React.js
- tailwind CSS
- Axios (for making HTTP requests)
-
Backend:
- Node.js
- Express.js (for building RESTful APIs)
- MongoDB (as the database)
- Mongoose (for MongoDB object modeling)
- Postman (for testing API endpoints)
To run the todo app locally, follow these steps:
- Clone the repository:
git clone <repository-url>
- cd frontend
npm install
- cd ../backend
npm install