Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Part 2 - Communicating with server

Progress

Exercises

Notes

For the exercises 2.18 - 2.20, the countries application, you need to create a .env file in the root of the project with the following content:

VITE_API_KEY=[YOUR_API_KEY]

You can get an API key from OpenWeather by signing up and creating a new API key.

Course material

  • coursedata: Notes single page application given in the course material.
  • fun-prog: Examples from the Functional programming in JavaScript YouTube video series by MPJ on Fun Fun Functions.