Skip to content

chipanyanwu/virtual-community-space

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB103 Project 3 - UnityGrid Plaza

Submitted by: Chibueze Anyanwu

About this web app: A virtual community space with an interactive interface that allows users to explore events by location

Time spent: 5 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 GIF or a screenshot added to this README must include a view of your Railway database that shows the contents of the table used by your app
  • The web app displays the title of the app
  • A visual interface allows the user to select a Location they would like to view
  • Clicking on a Location shows a list of all items from the Events table that corresponds to that Location
  • Each Location detail page should have its own unique URL

The following optional features are implemented:

  • An additional page shows all possible Events that the user can sort and filter by Location
  • Events display a countdown showing the time remaining before that event and appears with different formatting when the event has passed

Video Walkthrough

Here's a walkthrough of implemented required features:

Video Walkthrough


GIF created with ... GIF tool here

License

Copyright 2023 Chibueze Anyanwu

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.0%
  • CSS 19.6%
  • HTML 3.4%