This project was bootstrapped with Create React App.
https://glittering-lebkuchen-4418f2.netlify.app
This is a weather information app, built using reactjs with redux and SCSS. It includes features like get weather details such as temperature, humidity, weather condition etc by providing city name and by device location.
- Clone the repo using command
git clone
. - run
npm install
to load all dependencies. - run
npm start
to run locally on 3000 port.