Skip to content

weather app that shows the current weather and forecast for a location. The app should allow users to search for locations and save their favorite locations for quick access.

Notifications You must be signed in to change notification settings

Bala-Subrahmanyam-Reddy/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise (Complexity 2): Weather App

Weather app that shows the current weather and forecast for a location. The app should allow users to search for locations and save their favorite locations for quick access.

Demo URL

https://weather-app-test.netlify.app

Demo

App Screenshot

Screens

  • Home
  • Search

Tech Stack

Client: React, Material Ui,Bootstrap,CSS

Other: Third party packages (NPM)

Features

  • Home screen to show weather based on current location
  • Users can add location into favorites.
  • Search screen to find weather based on city name.

Additional Features

  • User can delete favorite location.
  • User can view forecast on weekly and daily basis.

Run Locally

Clone the project

  git clone https://github.com/Bala-Subrahmanyam-Reddy/weather-app

Go to the project directory

  cd weather-app

Configure environment variables

  cp .env.example .env

Install dependencies

  npm install

Start the server

  npm run start

About

weather app that shows the current weather and forecast for a location. The app should allow users to search for locations and save their favorite locations for quick access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages