Git Product home page Git Product logo

enigm413 / flash-card-component Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 180 KB

A simple React application that displays flashcards with questions and answers. This flashcard interface where clicking on a flashcard toggles between displaying the question and its answer.

Home Page: https://flash-card-component.netlify.app/

HTML 42.22% JavaScript 44.85% CSS 12.94%
conditional-rendering jsx reactjs usestate

flash-card-component's Introduction

Flash Card Component

A simple React application that displays flashcards with questions and answers. This flashcard interface where clicking on a flashcard toggles between displaying the question and its answer.

App Component:

This is the main component of the application, which serves as the entry point. It renders a div with the class name "App" and includes the FlashCards component.

Questions Array:

An array containing objects representing flashcards. Each object has an id, a question, and an answer.

FlashCards Component:

Renders a collection of flashcards using the questions array. Manages a state variable selectedID using the useState hook, which keeps track of the ID of the selected flashcard. Defines a handleClick function that toggles the selected flashcard's ID when clicked.

Rendering Flashcards:

Utilizes the map function to iterate through the questions array and generate HTML elements for each flashcard. Each flashcard div has an onClick event that triggers the handleClick function when clicked. The key attribute ensures the uniqueness of each flashcard element. The class name "selected" is conditionally applied to the selected flashcard based on selectedID. Displays either the question or answer based on whether the flashcard is selected.

flash-card-component's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.