alinaMihai / weather-app-bbc

Home Page:https://bbc-weather-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implemented scenarios:

  1. See the weather in one of 5 prelisted locations London, Paris, New York, Singapore, Sydney.

As a user When I visit the page, I want to see a list of locations, so that I know which locations are available.

  1. As a user When I select a location, I want to see the current weather, So that I know what the weather is for the location I selected.

Display the following information: Location, Current weather summary, current weather temperature, current weather icon.

Used API: https://darksky.net/dev/docs for weather information

Technologies used:

  • Typescript
  • Redux
  • Redux Saga
  • @testing-library/react
  • styled-components

I wrote unit tests for the redux logic, api method, and the weather page container component.

The production deploy can be seen on https://bbc-weather-app.herokuapp.com/

Below are information relevant to running the code and test locally.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

About

https://bbc-weather-app.herokuapp.com/


Languages

Language:TypeScript 91.7%Language:HTML 8.3%