flash-cards

Description

This is a simple flash card application that allows users to add decks of cards and quiz themselves on the cards in the deck. The application is built using vanilla JavaScript, HTML, and CSS.

Running the Application

To run the application, simply open a http server in the root directory of the project. For example, you can use the following command to run a simple http server:

npx http-server -a localhost .