Lesson 22: Building Applications (Slides)
Please review the following resources before lecture:
- Frontend web development - a complete overview (Video)
- Backend web development - a complete overview (Video)
- 3 Tier Architecture (Video)
- Study the template html files and prepare to style it to match the Code Differently website.
- Do pre-work for lesson 23.
You will have the opportunity to develop your CSS skills by attempting to mimic a simplified version of the Code Differently website.
- Make a copy of the template directory and give it a unique name.
- Add your CSS to the
style.css
file in the directory. - Submit a PR with your completed solution. You should only make modifications to the CSS file while leaving the other copies unmodified.
Note
Make sure that you have the Live Server extension installed in VS Code for the smoothest development experience.