- a - Rendering a collection, modules
- b - Forms
- c - Getting data from server
- d - Altering data in server
- e - Adding styles to React app
- 2.1 - 2.5: courseinfo
- 2.6 - 2.17: phonebook
- 2.18 - 2.20: countries
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.
- 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.