Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mouracamila/todo-reactjs


https://github.com/mouracamila/todo-reactjs

localstorage reactjs todo todolist

Last synced: 8 days ago
JSON representation

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)