Skip to content

tsh594/Project-2-Flashcards-Part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development Project 2 - React Flashcards

Submitted by: Tasneem Shabana

This web app: An interactive flashcard application for learning React concepts with visual aids and category-based styling

Time spent: 6 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
    • 10 different category styles implemented with color-coding

The following additional features are implemented:

  • Smooth card flip animations
  • Hover effects and interactive elements
  • Responsive design for mobile devices
  • Accessibility features (ARIA labels, keyboard navigation)
  • Category tags with color-coding
  • Gradient backgrounds and visual enhancements

Video Walkthrough

Here's a walkthrough of implemented required features:

Video Walkthrough

Video Walkthrough

GIF created with: (1). Xbox Game Bar (2). https://cloudconvert.com/mp4-converter

#Other future tools:GIF will be created with ScreenToGif#

Notes

Challenges encountered:

  1. Implementing smooth flip animations while maintaining card content
  2. Ensuring truly random card selection without immediate repeats
  3. Handling responsive images within card constraints
  4. Creating consistent color schemes for multiple categories
  5. Managing z-index and perspective for 3D flip effect

License

Copyright 2023 Tasneem Shabana

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