luis-grizzo / check-weather

Check Weather is a weather consultation tool that provides real-time weather information based on the user's location. It offers detailed data including the current temperature, feels-like temperature, current minimum and maximum temperatures, and more. This project was developed using the OpenWeather API.

Home Page:https://go-check-weather.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☀ Check Weather

Consult your local weather info!

Access the app


🛠️ Stack

💭 Motivation

Check Weather is a Progressive Web App (PWA) that provides current weather forecasts based on the user's location.

Its main objective is to serve as a study project for front-end development. In this project, I explored the caching functionality of server-side generated pages using Next.js to provide forecasts for as many locations as possible while minimizing the consumption of the OpenWeather API. Additionally, I studied the configuration of CI workflows on GitHub to execute tests on new pull requests.

✅ Prerequisites

Make sure you have Node.js and Yarn installed.

💻 Run project

  1. Clone repository:

    git clone https://github.com/luis-grizzo/check-weather.git
  2. go to project directory:

    cd check-weather
  3. Install dependencies:

    yarn install
  4. Run development server:

    yarn dev

📝 License

This project is under the MIT license. See LICENSE for more information.


👨‍🦱 Developed by Luís Grizzo - Contact: Linkedin

About

Check Weather is a weather consultation tool that provides real-time weather information based on the user's location. It offers detailed data including the current temperature, feels-like temperature, current minimum and maximum temperatures, and more. This project was developed using the OpenWeather API.

https://go-check-weather.vercel.app

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 1.4%Language:Shell 0.4%Language:CSS 0.4%