Coursework
#
1) In Class ExercisesIf you haven't already, complete the in-class exercises on your pokedex
app
#
2) CYF Hotel (5 hours)Complete all of the Lesson 3 exercises in the cyf-hotel-react
project
https://github.com/CodeYourFuture/cyf-hotel-react#lesson-3
Try to complete the Stretch Goal exercises in the cyf-hotel-react
homework
https://github.com/CodeYourFuture/cyf-hotel-react#stretch-goals
#
3) Challenges (15 hours+)The key way to get better at React is to build lots of small projects and build up your knowledge.
You can see a full list of the challenges here
Continue to work on your projects from previous weeks. Completes as many of the projects as you can before the next lesson.
- Baby Names Picker - All Levels
- Countries - All levels
- Job Listing - All levels
If you want to work on a new project you could start working on
- TFL Lines Challenge
#
4) Prepare for the next classNext week we'll be starting Node which means we'll be be buildings APIs
- Watch all of the videos on this webpage
This includes the following videos
- What is Node?
- What is NPM?
- Express Basics
- Routes with Express
- Routes with Parameters