Submitted by: Manya Bondada
About this web app: Displays 4 locations and current events for each location
Time spent: 5 hours
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 -- in progress
- Each Location detail page should have its own unique URL
Here's a walkthrough of implemented required features:
GIF created with ... LICEcap
Copyright [2023] [Manya Bondada]
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
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.
