/react-flash-cards

A flash card app to help users study any topic they want

Primary LanguageJavaScript

React Flash Cards

https://arthurhwang.github.io/react-flash-cards/

An interactive ReactJS application to let users create, edit, delete, and view flashcards. Users can use the test / practice feature to quiz themselves to get ready for their next big exam!

Technologies Used

  • ReactJS
  • Javascript
  • CSS3
  • HTML5
  • Bootstrap 4

Key Features

Users can create flashcards

Oops...cant display

Users can view saved flashcards

Oops...cant display

Users can edit flashcards

Oops...cant display

Users can delete flashcards

Oops...cant display

Users can practice their flashcards

Oops...cant display

Users can show and hide the answer while practicing flashcards

Oops...cant display

Users can cycle through their flashcards with visual feedback

Oops...cant display

Development

System Requirements

  • Node.js v10
  • NPM v6

Getting Started

Clone the repository.

git clone https://github.com/ArthurHwang/react-flash-cards.git

Install dependencies.

cd react-flash-cards/
npm install

Run build

npm run watch