A simple and elegant todo application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. This application allows you to create, read, update, and delete todos effortlessly. Get organized and boost your productivity with MERN Todo App!
- Create, read, update, and delete todos
- User-friendly interface
- Responsive design
- MongoDB
- Express.js
- React.js
- Node.js
- Clone the repository:
git clone <repository_URL> - Install dependencies:
npm install - Start the server:
npm start - Open your browser and visit:
http://localhost:1000