Skip to content

This is the simple weather app that displays the brief weather report of Munich, Germany. Powered by Open weather API.

Notifications You must be signed in to change notification settings

harishv6665/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather App

This is the simple weather app displays the brief weather report of Munich, Germany. Powered by Open weather API.

Scrips to run project

Clone this project and navigate to the weather-app directory.

git clone git@github.com:harishv6665/weather-app.git
cd react-pwa

You can then install dependencies using either Yarn or NPM.

yarn install
or
npm install

You can then run the project locally(development) using either Yarn or NPM.

yarn start
or
npm start

Project will open in localhost:3000 automatically or you can manually goto localhost:3000

The test cases can be run using either Yarn or NPM.

yarn test
or
npm test

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

About

This is the simple weather app that displays the brief weather report of Munich, Germany. Powered by Open weather API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published