Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Listicle

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!

Listicle Part 2

🎯 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 [✅]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors