# Clone repository
$ git clone https://github.com/matheustanaka/react
# Install dependencies
$ yarn install
# Open the project
$ cd weather-react
# Start project
$ yarn start
# You can see the project on localhost link
$ http://localhost:3000/
The application is a simple resume about react concepts. Here, you will see a little bit about components, state and props. All of this concepts was explained on dev.to, I did my first article about that, so feel free to review it.
Change the state of a component.
- GitHub matheustanaka
- Twitter @matheus__tanaka
- Dev.to Article
