Bonus Homework Week 6

Introduction

For this week’s bonus homework, we have lots of articles and videos for getting to grips with the substantial amount of new syntax which was introduced this week.

After that, you’ll be making a to-do list app, which is a great project for learning how to work with managing different resources in your app.

Assignment

1) Watch/read the following materials | 1 hour 40 mins

2) To-do List App

For this week’s project, I want you to try to write a simple to-do list app for yourself. It’s a common trop that pretty much every web development course features a to-do list application at some point - and for good reason! Making a to-do list teaches us about lots of important topics in web development; we need to create, update, edit, and delete data, and have that be reflected on the screen!

If you didn’t already watch Brad Traversy’s tutorial on this topic, then I would recommend watching that through before you begin. He ends up doing pretty much the same project, so you can always refer to his implementation if you aren’t sure how you should handle it.

For this week, we’ll be using this assignment by The Odin Project, which is a great resource that amalgamates different resources for learning to code in one place. This assignment gives some rough instructions for what you should build, and also gives more in-depth instructions if you need more help. I would suggest starting out and seeing if you can build the app from just reading the rough instructions, and seeing how far you can get!