alxmcr / old-weather-app

The world's weather information daily, forecast, and next days.

Home Page:https://the-current-weather-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

The world's weather information daily, forecast, and next days.

Features

  • Get the weather by city.
  • Information the weather after current day.
  • Information the weather during the day.

Lessons Learned

I learned and practice more about CSS, React.js, and React Hooks.

Run Locally

Clone the project

  git clone https://github.com/alxmcr/weather-app

Go to the project directory

  cd weather-app

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_API_KEY_WEATHER

You should put as value the API KEY that you got from Weather's API.

Tech Stack

HTML, CSS, JavaScript, React.js

Screenshots

  • Home page

image

  • Forecast page

image

Demo

https://the-current-weather-app.netlify.app/

Authors

Feedback

If you have any feedback, please reach out to us at amcocarojas@gmail.com.

About

The world's weather information daily, forecast, and next days.

https://the-current-weather-app.netlify.app/


Languages

Language:JavaScript 70.4%Language:CSS 18.0%Language:HTML 11.6%