Skip to content

markmehere/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A sample app created with Create React App to demonstrate my development skills.

Technologies

  • React and Redux for development
  • Enzyme and Jest for testing

Run

To run:

npm install
npm start

Open http://localhost:3000 to view it in the browser.

Open http://localhost:3000/?fake to use fake data (no CORS issues).

It uses a "proxy" to avoid CORS issues.

Test

To test:

npm install
npm test

To update snapshots:

npm run dev-test

About

Sample weather app using React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published