Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermeorcezi/climaagora
A web application to search the climate conditions of any brazilian city
https://github.com/guilhermeorcezi/climaagora
javascript react
Last synced: about 4 hours ago
JSON representation
A web application to search the climate conditions of any brazilian city
- Host: GitHub
- URL: https://github.com/guilhermeorcezi/climaagora
- Owner: guilhermeorcezi
- Created: 2020-02-08T01:56:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:05:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:48.993Z (over 1 year ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 6.12 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clima Agora🚀 A web application to search the climate conditions of any Brazil's city.
Maybe you'd like to check the Mobile Version too
## Features
- ⚛️ **React Js** — Javascript lib to create de interfaces.
## Getting started
### Frontend
To start **Frontend** using React use the commands:
```bash
yarn install
yarn start
```
Once the process is finished, the `localhost: 3000` page will automatically open in your browser with the developed application## How to contribute
- First leave a ⭐!
- Fork the repositories in production as they are updated: MonoRepo;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.## License
This project is licensed by MIT License - Go to the [licence page](https://opensource.org/licenses/MIT) to see more details.