A simple and intuitive Todo List application built with React.
- Add new tasks
- Mark tasks as complete/incomplete
- Delete tasks
- Responsive design
- Real-time updates
- Persistent storage with MongoDB
- React.js
- Axios
- Styled Components
- Netlify (Hosting)
- Node.js
- Express
- MongoDB
- Render (Hosting)
- Clone the repository
git clone https://github.com/reignu/todolist.git
- Navigate to the project directory
cd todolist/frontend
- Install dependencies
npm install
- Start the development server
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
[MIT]