By the end of this assignment you will be able to...
Create a web server to handle incoming requests [✅]
Create routes and request handlers using Express [✅]
Required Features:
The web app uses only HTML, CSS, and JavaScript without a frontend framework [✅]
The web app displays a title [✅]
The web app displays at least five list items, each with at least three attributes (such as title, text, and image URL) [✅]
The user can click on each item in the list to see a detailed view of it, including all database fields [✅]
The web app serves an appropriate 404 page when no matching route is defined [✅]
The web app is appropriately styled using Picocss [✅]
Stretch Features
The web app displays items in a unique format, such as cards, rather than lists [✅]
Click here to access project!
🎯 Goals By the end of this assignment you will be able to...
Create a PostgreSQL database and table [✅]
Display data from a PostgreSQL database in a web app [✅]
Required Features
The web app uses only HTML, CSS, and JavaScript without a frontend framework. [✅]
The web app is connected to a PostgreSQL database. [✅]
The PostgreSQL database includes a table that matches the data displayed in the web app. [✅]
Stretch Features
The user can search for items with a specific attribute [✅]