Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 912 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 912 Bytes

JavaScript First-Iteration

JavaScript First Iteration with Frost


Objective: Make a website that has two pages

  • Home
  • Data

Home: will need to look like (Image bellow) You can use your own text, colors, icons but structure needs to stay as in template

Home example


Data: You will need to replicate https://open-meteo.com/en/docs at basic level

Frost would like to see:

  1. ajax request from external api
  2. data processing as in drawn into a table
  3. data queryable with forms and table refreshed with new results

Note: To not overcomplicate the task you can hardcode few countries Latitude and Longtitude

All this needs to be done using plain JS and CSS.

The point of this task is to grasp basics on how packages we will be using works under the hood.