Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epaltechs/react-tutorial

This is a "React-Todo-App" that provides the functionality where a user can add, delete, submit and edit items. The app preserves user data in the browser local storage. So whether you reload, close your app or reopened it, you still have access to your to-dos items.
https://github.com/epaltechs/react-tutorial

css html javascript reactjs

Last synced: 20 days ago
JSON representation

This is a "React-Todo-App" that provides the functionality where a user can add, delete, submit and edit items. The app preserves user data in the browser local storage. So whether you reload, close your app or reopened it, you still have access to your to-dos items.

Awesome Lists containing this project

README

        

# React-Todo-App

This is a "React-Todo-App" that provides the functionality where a user can add, delete, submit and edit items. To edit items, simply double click on it. Once you are done, press the enter key to resubmit. The app preserves user data in the browser local storage. So whether you reload, close your app or reopened it, you still have access to your to-dos items.

![Screenshot](./src/screenshot.png)

## Built With
- React.js
- CSS
- Linters

## Live Demo
[localhost:3000](https://localhost:3000)

## Getting Started
To get a local copy open and running follow these simple example steps.

### Setup
- Download or Clone Repository.
- In case you downloaded repository Extract ZIP Folder.

### Installation
- One folder in your text editor.
- Run `npm install` command to install all dependencies.
*N.B: Make sure that you have node installed in your commputer, if not [Download Node](https://nodejs.org/en/)*

### Usage
To use this project run `npm start` command in terminal of your editor project will start automatically after whille

## Author
## 👤 **Emmanuel Paul**

- GitHub: [Emmanuel Paul](https://github.com/Epaltechs/React-Tutorial)
- Twitter: [Emmanuel Paul](http://twitter.com/@emmapaul247)
- LinkedIn: [Emmanuel Paul](https://www.linkedin.com/in/emmanuel-s-paul/)

## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Epaltechs/React-Tutorial/issues).

## Show your support
Give a :star:️ if you like this project!

## Acknowledgments
- Many thanks to Microverse community and all those who have contributed to my progress.

## :memo: License
This project is [MIT](./MIT.md) licensed.