Skip to content

yenscastro/FlashCardsGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FlashCardsGame

Web Development Project 2 - Flash Cards Game

Submitted by: Yens Castro

This web app: is a minigame that will display flashcard questions that will keep track of which questions have been show,n and then it will randomize the flashcards on the next round

Time spent: 5 hours spent in total

Required Features

The following required functionality is completed:

  • [X ] The app displays the title of the card set, a short description, and the total number of cards
    • [ x] Title of card set is displayed
    • [ x] A short description of the card set is displayed
    • [ x] A list of card pairs is created
    • [ x] The total number of cards in the set is displayed
    • [ x] 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)
  • [ x] A single card at a time is displayed
    • [x ] Only one half of the information pair is displayed at a time
  • [ x] Clicking on the card flips the card over, showing the corresponding component of the information pair
    • [x ] Clicking on a card flips it over, showing the back with corresponding information
    • [ x] Clicking on a flipped card again flips it back, showing the front
  • [ x] Clicking on the next button displays a random new card

Video Walkthrough

Here's a walkthrough of implemented required features:

https://youtu.be/mRiAyJ_BRDY

flashgif

Notes

The flipping of the cards was tricky. Also, the design of the app is something that I need more practice on; I need to give a better style to it.

License

Copyright [2025] [Yens Castro]

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors