Skip to content

Taj010/web103_unit3_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB103 Project 3 - Drama Destinations

Submitted by: Arsheen Taj Syed

About this web app: A website to explore events based on the K-Drama-inspired locations.

Time spent: 6 hours

Required Features

The following required functionality is completed:

  • The web app uses React to display data from the API
  • The web app is connected to a PostgreSQL database, with an appropriately structured Events table
    • NOTE: Your walkthrough added to the README must include a view of your Render dashboard demonstrating that your Postgres database is available
    • NOTE: Your walkthrough added to the README must include a demonstration of your table contents. Use the psql command 'SELECT * FROM tablename;' to display your table contents. -- cant install postgres school lap restrictions so created a path to show db
  • The web app displays a title.
  • Website includes a visual interface that allows users to select a location they would like to view.
    • Note: A non-visual list of links to different locations is insufficient.
  • Each location has a detail page with its own unique URL.
  • Clicking on a location navigates to its corresponding detail page and displays list of all events from the events table associated with that location.

The following optional features are implemented:

  • An additional page shows all possible events
    • Users can sort or filter events by location.
  • Events display a countdown showing the time remaining before that event
    • Events appear with different formatting when the event has passed (ex. negative time, indication the event has passed, crossed out, etc.).

The following additional features are implemented:

  • List anything else that you added to improve the site's functionality!

Video Walkthrough

Here's a walkthrough of implemented required features:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • CSS 21.3%
  • HTML 0.7%