kwanj-k / weather

A simple weather app

Home Page:https://weather-web-app01.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather

A simple weather app

CircleCI

Stacks used in the Project

  • React-redux

Testing

  • Jest and Enzyme

Styling

  • CSS

Getting started

This app has a python server to bypass the CORS issue on the third party API. If you want access to the proxy here is the link .

Start by cloning this repository to your local Machine

git clone https://github.com/kwanj-k/weather.git

cd into weather

Install all dependencies:

npm install

Add .env file in the root directory(Follow sample.env)

Start the project

npm start

Running tests

Click on the Circle CI badge to view tests.

npm test

About

A simple weather app

https://weather-web-app01.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 77.5%Language:CSS 13.1%Language:HTML 9.4%