- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Todo App] The Todo app is a single-page app. To do list app allow users can add daily tasks , edit tasks and delete task. Built using React.
This app bulit with React, Javascript and API
Structure
Layout
React
The following are the key features of the application.
- Add new item
- Editing items
- Delete items
- Persistence Todo data in Browser
Click the live demo to access the application.
- coming soon ...
- Code editor: VS code or other
- Web browser: like Google Chrome
- git-scm
npm installClone this repository to your desired folder:
cd my-folder
git clone git@github.com:mulugithub/react-todo-list.gitTo run the project, open the project using a live server from VS code editor.
cd react-todo-list
code .
npm installTo run this project:
npm startTo run tests, run the following command: To check for html errors run:
npx hint .To check for css errors run:
npx stylelint "**/*.{css,scss}"To check for js errors run:
npx eslint .This project is authored by.
👤 Author1
- GitHub: @mulugithub
- LinkedIn: @muluken-zemed
The following features will add to the project.
- Deploy todo app
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star on GitHub.
- we would like to thank Microverse team to give this project and the MV code reviewers.
This project is MIT licensed.