Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulhamiid/react-todo
A simple To-do list website which to organize your day. you can lists things you need to do, edit a task or mark task as completed. built with React
https://github.com/abdulhamiid/react-todo
react
Last synced: 21 days ago
JSON representation
A simple To-do list website which to organize your day. you can lists things you need to do, edit a task or mark task as completed. built with React
- Host: GitHub
- URL: https://github.com/abdulhamiid/react-todo
- Owner: abdulhamiid
- Created: 2022-07-04T08:59:41.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-19T08:53:43.000Z (over 2 years ago)
- Last Synced: 2024-10-28T12:46:34.548Z (2 months ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Todo List App with React
> This project is a simple "To-do list" website which allows user to organize their day. It simply lists the things that you need to do and allows you to edit a task or mark as complete and all changes are saved in the local storage.
## Built With
- REACT
- Both Functional & Class components
- Linters## Getting Started
To get a local copy up and running follow these simple example steps.
### Clone this repository
```
https://github.com/abdulhamiid/react-todo.git
```### Live Demo
- Deployed with netlify
- [Link here](https://eclectic-brioche-50e38d.netlify.app/)## Basic Setup
### Install all dependencies```
npm install
```### Deployment
Run ```npm start```
## Author
👤 **Abdulhamid**
- GitHub: [@githubhandle](https://github.com/abdulhamiid)
- Twitter: [@twitterhandle](https://twitter.com/abdulhamid_adio)
- LinkedIn: [LinkedIn](https://linkedin.com/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/abdulhamiid/react-todo/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration - Following [React turtorial](https://ibaslogic.com/react-tutorial-for-beginners/)
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.