- Build a overview/results page, that can filter courses data on course type using the designs provided in the resources folder.
- Make code available via version control platform such as GitHub or BitBucket
The following resources can be found in the "resources" folder on the project root.
- Course data (JSON)
- Brand Colours
- Desktop & Mobile UI Design
- Logo
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Update the project to Typescript.
Create a types.d.ts to store required Types. (i.e. Course Data Type)
You can use https://github.com/google/gts to create the base configuration for the TypeScript setup by running the command npx gts init.