sl1mpshady / front-end-test

A Test for React & Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G42 Front-end test exercise

For this assesment, the applicant will need to develop a simple meteo web application user ReactJS.

The web application will consist in two simple pages.

Login page:

The applicant is required to use Facebook login, to log the user in.

Main page:

The applicant must register for free on https://www.weatherapi.com/ to use as the data source.

For each of those cities:

  • Paris
  • London
  • New York
  • Tokyo
  • Singapore
  • Los Angeles
  • Sydney
  • Dubai

Display a card containing:

  • The current weater using icon
  • The current temperature (celcius, farenheit)
  • Humidity

On click on the card:
Display the forecast for the next 3 days (same informations)

Solution must be tested (unit tests)

Bonus points:

  • CSS pre-compiler is used
  • The interface is swift and user friendly

About

A Test for React & Javascript


Languages

Language:JavaScript 41.5%Language:HTML 38.0%Language:CSS 20.5%