Skip to content

anumshka/weather-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Displays Weather data based on cities

Features

  • Displays weather data and conditional css as per the temperature
  • Renders Error Modals for invalid entries
  • Shows Loading and Error states while fetching data

Environment Variables

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

REACT_APP_WEATHER_API_KEY

Tech Stack

HTML , CSS , JS , BootStrap , React

Installation

npm install
nodemon server.js
Create .env file accordingly
visit app @localhost:3000

Deployment

The app is deployed here

LIVE

API