Submitted by: Ashwani Balakrishnan Neminimadathil
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 CustomItem table.
- Users can view a list of options they can select for different aspects of a CustomItem.
- On selecting each option, the displayed visual icon for the CustomItem updates to match the option the user chose.
- The user can submit their choices to save the item to the list of created CustomItem.
- If a user submits a feature combo that is impossible, they should receive an appropriate error message and the item should not be saved to the database.
- The app displays the total price of all features.
- Users can view a list of all submitted CustomItem.
- Users can edit or delete a submitted CustomItem from the list view of submitted CustomItem.
- Users can update or delete CustomItem that have been created from the detail page
Here's a walkthrough of implemented features:
GIF created with Licecap Tool
Copyright [2024] [Ashwani Balakrishnan Neminimadathil]
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.





