Skip to content

deduskaa/weather-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A weather app done with React. Allows the user to search for the weather in their cities and save them to favorites.

Utilises OpenWeatherMap API for weather data and Weather Icons for icons.
Semantic UI React was also used in this project.

Install

  • Clone this repo git clone git@github.com:deduskaa/weather-app-react.git or https://github.com/deduskaa/weather-app-react.git
  • Create a config.js
  • Add your own API_KEY to a config.js file and import it to App.js
  • cd weather-app-react
  • Install node packages npm install
  • Serve it locally npm start
  • Go to http://localhost:3000

Running tests

There are couple of simple tests in App.test.js done with Jest + Enzyme. To run these:

  • npm run test

About

Simple weather forecast app done with React and OpenWeatherMap API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published