Submitted by: Amormio Velasquez III
This web app: Data Structures Basics
Time spent: 5 hours spent in total
The following required functionality is completed:
- The app displays the title of the card set, a short description, and the total number of cards
- Title of card set is displayed
- A short description of the card set is displayed
- A list of card pairs is created
- The total number of cards in the set is displayed
- Card set is represented as a list of card pairs (an array of dictionaries where each dictionary contains the question and answer is perfectly fine)
- A single card at a time is displayed
- Only one half of the information pair is displayed at a time
- Clicking on the card flips the card over, showing the corresponding component of the information pair
- Clicking on a card flips it over, showing the back with corresponding information
- Clicking on a flipped card again flips it back, showing the front
- Clicking on the next button displays a random new card
The following optional features are implemented:
- Cards contain images in addition to or in place of text
- Some or all cards have images in place of or in addition to text
- [✓] Cards have different visual styles such as color based on their category
- Example categories you can use:
- Difficulty: Easy/medium/hard
- Subject: Biology/Chemistry/Physics/Earth science
- Example categories you can use:
The following additional features are implemented:
- List anything else that you added to improve the site's functionality!
Here's a walkthrough of implemented required features:
GIF created with screen recording
Describe any challenges encountered while building the app.
Copyright [2025] [Amormio Velasquez III]
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.