Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mouracamila/todo-reactjs
https://github.com/mouracamila/todo-reactjs
localstorage reactjs todo todolist
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mouracamila/todo-reactjs
- Owner: mouracamila
- License: mit
- Created: 2022-05-17T19:13:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T18:51:15.000Z (over 2 years ago)
- Last Synced: 2023-03-03T14:32:47.966Z (over 1 year ago)
- Topics: localstorage, reactjs, todo, todolist
- Language: JavaScript
- Homepage:
- Size: 640 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple task app with ReactJS![todo-git](https://github.com/mouracamila/todo-reactjs/blob/main/todo.gif)
## Introduction
This is a simple project todo, with this characteristics:
- Buided with [ReactJS](https://reactjs.org/)
- Use [React Class Components](https://reactjs.org/docs/components-and-props.html)
- [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
- Add tasks
- Change tasks status
- Clear tasks## How to use
1. Clone this Repository:
`$ [email protected]:mouracamila/todo-reactjs.git`
2. Installing dependencies:
`$ yarn`
3. Running project:
`$ yarn start`
##### Obs: **Yarn** should be run where **package.json** is in your project
#### After running the project, in your terminal, this message should be displayed:
Compiled successfully!
You can now view my-app in the browser.
Local:http://localhost:3000
Done!
## License
This project is under license from [MIT](https://en.wikipedia.org/wiki/MIT_License).
---
with ❤ - [MouraCamila](https://github.com/mouracamila)