From ff36743c86152e3defd002f1f912639a906bc067 Mon Sep 17 00:00:00 2001 From: Rico C <143468977+ricoc236@users.noreply.github.com> Date: Wed, 8 Oct 2025 02:46:15 -0400 Subject: [PATCH] Update README.md --- README.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7576686..ee022c3 100644 --- a/README.md +++ b/README.md @@ -1 +1,61 @@ -# web103_unit3_project \ No newline at end of file +# WEB103 Project 3 - Virtual Community Space + +Submitted by: Rico Chen + +About this web app: **App description here** + +Time spent: 4 hours + +## Required Features + +The following **required** functionality is completed: + + + +- [X] **The web app uses React to display data from the API** +- [X] **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.** +- [X] **The web app displays a title.** +- [X] **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.* +- [X] **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: + +Video Walkthrough + + +GIF created with ... GIF tool here + + +## Notes + +Describe any challenges encountered while building the app or any additional context you'd like to add. + +## License + +Copyright [2025] Rico Chen + +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.