ajithpmohan / react-weather-app

Weather App using React.js

Home Page:https://weather-forecast-reactapp.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React.js Weather App

Netlify Status

Tech Stack

  • Docker
  • React.js
  • Prettier
  • OpenWeatherMap API
  • GeoDB Cities API

Download the repository:

git clone https://github.com/ajithpmohan/react-weather-app.git

Set Environment Variables

Here, We are using GeoDB Cities API and OpenWeatherMap API services. So before running the application subscribe the services and grab the API Key's from RapidAPI and OpenWeatherMap.org. Then store the corresponding API key's to a file called .env.development as REACT_APP_GEO_API_KEY and REACT_APP_WEATHER_API_KEY.

Available Scripts

Build the Services

docker-compose build

Starting App

docker-compose up -d

Access the services in the development mode.

Open http://localhost:5000 to view Weather App in the browser.

About

Weather App using React.js

https://weather-forecast-reactapp.netlify.app/

License:MIT License


Languages

Language:JavaScript 66.1%Language:CSS 17.1%Language:HTML 12.6%Language:Dockerfile 4.2%