2024 03 05 - TheEvergreenStateCollege/upper-division-cs-23-24 GitHub Wiki
Week 09 - Tuesday
5 March 2024
Web Front-End (Morning Session)
-
Review
-
Goals Today
- Create a front-end page interaction based on user data (API call, or hard-coded JSON).
You can choose one of these two that best fit your situation and final project status.
Please stay in 2619 or the PCC so that you can get checked off for homework assignments and have a pre-evaluation
check.
In-class Activity
-
Get a specific US city to display.
Work on Final Project Profile Page
- Create a front-end
profile.html
for your project which uses a hard-coded JSON for now.- No need to use Bearer tokens if you don't have signup/signin working yet.
- In the future, you'll replace it with a
fetch
call to your API server (backend)