Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/epaltechs/react-tutorial
- Owner: Epaltechs
- License: mit
- Created: 2022-06-06T19:24:06.000Z (over 2 years ago)
- Default Branch: Dev
- Last Pushed: 2022-06-17T11:24:32.000Z (over 2 years ago)
- Last Synced: 2024-05-28T18:22:41.079Z (6 months ago)
- Topics: css, html, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.