Project | Technologies | How to use | How to contribute | License
ClimaApp is an app for you to track the weather in your region. You can view some information, such as:
- UV Index;
- Cloudiness;
- Humidity;
- Weekly Forecast;
- Min/Max/Feels like;
- Pressure;
- Sunrise & Sunset;
- Wind speed/degree;
This project is seeking information from the OpenWeatherMap
The project is a PWA(Progressive Web Application), was developed in ReactJS + Typescript. The purpose of this project is aimed at studies on creating hooks, pwa and integrating animations.
- Axios - Request to api;
- Date-fns - To format date;
- Lottie React Web - Animations integrate;
- Prettier - Code formatter;
- Styled-Components - Styling components;
To clone and run this application, you'll need Git, Node and Yarn installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/vitorfrota/clima-app
# Go into the repository
$ cd clima-app
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000
```m start ou yarn start
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
This project is under the MIT license. See the LICENSE for details.