https://github.com/tedlivist/react-todo
https://github.com/tedlivist/react-todo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/react-todo
- Owner: TedLivist
- Created: 2021-09-20T05:41:49.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2021-09-21T08:37:32.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T05:02:30.535Z (over 3 years ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React ToDo
> This ToDo App was built to consolidate understanding of React following a React Tutorial by iBasLogic. Users can add, edit, delete tasks. The tasks are also persisted on to the browser's `localStorage`. The link to the first section of the guide can be found [here](https://ibaslogic.com/react-tutorial-for-beginners/).
## Built With
- React
## Live Demo
Visit the live demo [here](https://tedlivist.github.io/react-todo/)
## Getting Started
### Setup
#### To get a local copy up and running follow these simple example steps.
- Click the green `Code` button on the repo
- Copy the repository link
- In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command: `git clone (copied link)`; like so: `git clone https://github.com/TedLivist/react-todo.git`
- On the terminal, navigate into the directory like so: `cd math-magicians`
- Checkout to branch name like so: `git checkout [branch name]`
- Run `npm i` or `yarn` to install the dependencies
- Run `npm start` or `yarn start` to start the application
## Author
👤 **Teddy-Livingstone Ememandu**
- [GitHub](https://github.com/TedLivist)
- [LinkedIn](https://linkedin.com/in/tememandu)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc