Created by Rohit Kumar and maintained with ❤️ by Rohit Kumar.
This is a test project built with ReactJS and bunch of other javascript libraries. On the homepage User can search a city or a location. Based on selected City He / She can view the latest weather information and forcast for six days on the next page. The app has been setup by keeping the scalability concern in mind with latest popular technoligies.
- Make sure that you have Node.js v8.15.1 or above and npm v5 or above installed.
- Clone this repo using
git clone https://github.com/proworkdev/inventify_weather_app.git
- Move to the appropriate directory:
cd inventify_weather_app
. - Run
npm run setup
oryarn
in order to install dependencies and clean the git repo.
At this point you can runnpm start
oryarn start
to see the app athttp://localhost:3000
. - Run
npm run clean
to delete the weather app.