erick-sk / weather-box

Here you can see information about the current weather in your city. Available countries: United States, Peru, Colombia, Argentina, Mexico, Spain and Costa Rica,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Box

Netlify Status

Here you can see information about the current weather in your city.
Available countries: United States, Peru, Colombia, Argentina, Mexico, Spain and Costa Rica.

You can visit the project live site here.

Installation

  • First, clone this repository:
    $ git clone git@github.com:erick-sk/weather-box.git
    $ cd weather-box
  • Install packages and dev dependencies:
    $ npm install

Available Scripts

  • Runs the app in the development mode:
    $ npm run dev

Open http://localhost:3000 to view it in your browser.

  • Builds the app for production to the dist folder:
    $ npm run build

It correctly bundles React in production mode and optimizes the build for the best performance.

  • Runs the app in preview mode:
    $ npm run preview

It is important to note that vite preview is intended for previewing the build locally and not meant as a production server.

API

The Weather API: https://openweathermap.org/api

About

Here you can see information about the current weather in your city. Available countries: United States, Peru, Colombia, Argentina, Mexico, Spain and Costa Rica,


Languages

Language:JavaScript 56.8%Language:SCSS 25.4%Language:CSS 14.3%Language:HTML 3.5%