A modern, responsive Todo List application built with React. Keep track of your tasks with a clean and intuitive interface.
Visit the live application at: https://makebelief.github.io/modern-Todo-List-with-react
- Add, complete, and delete tasks
- Clean and modern user interface
- Responsive design for all devices
- Real-time updates
If you want to run the application locally:
-
Clone the repository:
git clone https://github.com/makebelief/modern-Todo-List-with-react.git cd modern-Todo-List-with-react -
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 in your browser
- React
- CSS3
- JavaScript (ES6+)
- GitHub Pages for deployment
- Tasks are stored in memory and will be cleared upon page refresh
- The application is best viewed in modern browsers
- For any issues or suggestions, please open an issue in the GitHub repository
This project is licensed under the ISC License - see the LICENSE file for details.
