Giter VIP home page Giter VIP logo

weather-exercise-ts's Introduction

Weather info

A simple React + Redux exercise

The goal of this exercise is to build a simple single-page web application using react and redux.

The web application consists in a dropdown which allows the selection of a city from a given list. Once you select a city it is added below the dropdown, showing the current weather for that city.

Mockup

Each item in the list should:

  • Display the city name and the current weather (eg: "Scattered clouds") as given by the weather API (icon is appreciated, but not required)
  • Provide refresh and remove buttons
  • Gracefully manage API errors

Weather API

The data should be fetched from https://openweathermap.org/api

An api key is already provided in src/data/config.js. Please mind there is a 60 requests/minute API limit, if it is exceeded you'll be locked out for some time (~1h). Not nice.

To simplify the city selector dropdown, you'll find a subset of cities to show in src/data/cities.json

What's in this repo

This project was bootstrapped with Create React App. Feel free to use it or trash it completely and start from scratch.

Hints

  • Know what you are doing. Copy-pasting from StackOverflow is fine as long as you understand what's going on.
  • Focus on the code, rather than the esthetics.
    • The linter is your friend.

Bonus track

Persist the selected cities across sessions.

weather-exercise-ts's People

Contributors

daliaabbruciati avatar giovannifrigo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.