A simple weather app made in ReactJS
Clone the repository into your local.**
$ git clone https://github.com/nitinreddy3/weather-app.git
Start the application using npm:
$ cd weather-app
$ npm install
$ npm start
Hit the url localhost:3333 to check the running application.
$ npm run build
$ npm test
The tech stacks used in the development and deployment process are entirely open source.
ReactJS - JS Framework
Webpack - Building Tool
Amazon Web Services - Server hosting the app
KarmaJasmineMocha - Test suites
You can find the app up and running on aws at Weather App
You can get the next 5 days of weather data based on search criteria that is the city name that you enter in the search field.
Day wise weather info like Temperature, Pressure, Humidity and Forecast.
ES6 / ES7 features of latest JS standards which can make code much more readable
Add more test cases with additional functionalities - Representing weather info in a graphical manner using any graph tool to make user understand the data well.