An open API service indexing awesome lists of open source software.

https://github.com/tedlivist/react-todo


https://github.com/tedlivist/react-todo

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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