A Todo List web app built with the MERN stack to practice fullstack development.
- MongoDB β Database
- Express.js β Server & API
- React.js β Frontend
- Node.js β Backend logic
- Axios β API requests
- CSS β Styling & responsiveness
- Add, edit, and delete tasks
- Persistent storage with MongoDB
- Responsive UI
- RESTful API integration
- Clone the repo:
git clone https://github.com/your-username/todo-list.git cd todo-list - Install dependencies:
npm install cd client npm install 3. Create a .env in the backend folder:
MONGO_URI=your_mongodb_connection_string PORT=5000 4. Run the backend:
npm run server 5. Run the frontend:
npm start
π¨ Usage
Access the app at http://localhost:3000
Add tasks and manage them in real time git clone https://github.com/your-username/todo-list.git cd todo-list