BravoClassic / flip-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Development Project 2 - FlashCards - Countries

Submitted by: Gerald Akorli

This web app: This flashcard game enables a person to learn about countries and their capitals quickly

Time spent: 8 hours spent in total

Required Features

The following required functionality is completed:

  • The title of the card set and some information about it, such as a short description and the total number of cards are displayed
  • A single card at a time is displayed, only showing one of the components of the information pair
  • A list of card pairs is created
  • Clicking on the card shows the corresponding component of the information pair
  • Clicking the next button displays a random new card

The following optional features are implemented:

  • Cards contains images in addition to or in place of text
  • Cards have different visual styles such as color based on their category
    • "Europe": "#8A2BE2",
    • "Asia": "#7FFF00",
    • "Africa": "#DC143C",
    • "North America": "#6495ED",
    • "South America": "#FF8C00",
    • "Oceania": "#FF1493"

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:

GIF created with Kap for macOS

Notes

Describe any challenges encountered while building the app.

The main challenge I faces was creating the flip animation. I had to do a lot of research to get it to work. I also had to do a lot of research to get the cards to flip back to the front when the next button is clicked.

License

Copyright 2023 Gerald Akorli

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


Languages

Language:JavaScript 78.7%Language:CSS 18.2%Language:HTML 3.1%