A simple and intuitive Todo List application built with React. This project helps users manage their daily tasks efficiently with an interactive and modern user interface.
- Add, edit, and delete todo items
- Mark tasks as completed or pending
- Filter todos by status (All, Completed, Pending)
- Responsive and clean UI
- Data persistence with local storage (if implemented)
-
Clone the repository:
git clone https://github.com/dev-Vortex51/Todo-list-react.git cd Todo-list-react -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm start # or yarn start -
Open your browser and visit:
http://localhost:3000
Todo-list-react/
├── public/
│ └── index.html
├── src/
│ ├── components/
│ ├── App.js
│ ├── index.js
│ └── ...other files
├── package.json
└── README.md
npm start– Runs the app in development modenpm run build– Builds the app for productionnpm test– Runs test suite (if tests are available)
- React
- JavaScript (ES6+)
- HTML5 & CSS3
Contributions are welcome! Please open an issue or submit a pull request for bug fixes, enhancements, or new features.
This project is licensed under the MIT License.
Made with ❤️ by dev-Vortex51