Skip to content

vitorfrota/clima-app

Repository files navigation

ClimaApp

cover

GitHub last commit License Stargazers Netlify status

Project   |    Technologies   |    How to use   |    How to contribute   |    License

💻 Project

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

🛸 Technologies

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.

🔌 How to use

To clone and run this application, you'll need Git, Node and Yarn installed on your computer.

Run application locally

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

🤔 How to contribute

  • 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.

📝 License

This project is under the MIT license. See the LICENSE for details.

🚀 Made with ☕ by Vitor Frota 🚀