Skip to content

Amormio25/web102_flashcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Web Development Project 2 - Data Structures Basics

Submitted by: Amormio Velasquez III

This web app: Data Structures Basics

Time spent: 5 hours spent in total

Required Features

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

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 screen recording

Notes

Describe any challenges encountered while building the app.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published