Module 4 : Wrap Up! (part 1)

We reach the end of Module 4, and the final “wrap up” challenge.

Chris, from CodeWithChris, has set a challenge which will enable us to bring together everything we’ve learned so far. From the short introductory video, I know we’ve covered everything that the app needs to do, but I’ve no idea if I’ll be able to dig it all out from the ageing brain box.

The app we’re creating is a book rating and preview app. It’s not massively dissimilar to the RecipeApp, but it still looks like a … well, a challenge.

  1. Create a New Project,
  2. Remind myself how to link it to GitHub,
  3. Watch the introductory video again, and take notes of the various aspects I’ll need to create,
  4. Set up project
    1. Create standard folders,
    2. Import assets,
    3. Import JSON file.
  5. Create Book model,
  6. Create DataService,
  7. Procrastination #1 – Personalise app assets:
    1. Replace book cover images with my own,
    2. Replace JSON data with my opening scenes.

Next time …