Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simbawangu/react-todo
https://github.com/simbawangu/react-todo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simbawangu/react-todo
- Owner: SimbaWANGU
- License: mit
- Created: 2022-05-30T08:11:30.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-04T12:03:07.000Z (over 2 years ago)
- Last Synced: 2025-01-09T19:32:43.748Z (16 days ago)
- Language: JavaScript
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# React ToDo
A ToDo list built with React that allows the user to:
- Add a todo task and view them
- Check a completed task and uncheck an uncompleted task
- Delete a todo task
- Edit a todo task on double clicking a task## Built With
- React
- SCSS### Prerequisites
- Have VSCode or choice text editor installed
- Have Git installed
- HTML/SCSS/JS Linters
- Good github workflow
### Setup
- `Git clone [email protected]:SimbaWANGU/react-todo.git`
- `cd react-todo`
- open file in preferred editor
- Run `npm install` to install dependencies
- Run `npm start` to start project in server
- React, SCSS Linter configuration - https://github.com/microverseinc/linters-config/tree/master/react-redux## Author
🧑 **Simba Eugene**- GitHub: [@SimbaWANGU](https://github.com/SimbaWANGU)
- Twitter: [@simb_erella](https://twitter.com/simb_erella)
- LinkesIn: [Simba Wangulu](https://www.linkedin.com/in/simba-wangulu/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://github.com/microverseinc)
- [Ibaslogic](https://github.com/ibaslogic)## 📝 License
This project is [MIT](./MIT.md) licensed.