A simple Todo List application built with the MERN stack (MongoDB, Express, React, Node.js).
- Create, read, update, and delete todo items
- Responsive design
- Real-time updates
front-end/- React applicationback-end/- Express API server
- Node.js
- MongoDB
- Clone the repository
- Install dependencies:
# Install backend dependencies
cd back-end
npm install
# Install frontend dependencies
cd ../front-end/todo-list
npm install- Start the backend server:
cd back-end
npm start- Start the frontend development server:
cd front-end/todo-list
npm start- Open your browser and navigate to
http://localhost:3000
- Frontend: React, Bootstrap
- Backend: Node.js, Express
- Database: MongoDB