nitinreddy3 / weather-app

Weather app which gives info for next 5 days weather condition.

Home Page:http://weather-info-app.s3-website.ap-south-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

A simple weather app made in ReactJS

Prerequisites:

Setup Procedure

Clone the repository into your local.**

$ git clone https://github.com/nitinreddy3/weather-app.git

Running the application

Start the application using npm:

$ cd weather-app
$ npm install
$ npm start

Hit the url localhost:3333 to check the running application.

Creating a production ready build:

$ npm run build

Running the test cases:

$ npm test

Somethings you should know before diving into weather app

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

App on AWS

You can find the app up and running on aws at Weather App

Features in the 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.

What all can be added further in the app - Latest JS trends

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.

About

Weather app which gives info for next 5 days weather condition.

http://weather-info-app.s3-website.ap-south-1.amazonaws.com/


Languages

Language:JavaScript 86.8%Language:CSS 10.9%Language:HTML 2.3%