Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.2 KB

Flashcards Web App

Version Twitter: eribloot

A flashcards web application that creates decks of flashcards, and allows the user to make new decks, edit them, and delete them through it's local API. The user can give each deck a title and description, and customize the cards inside them. The cards are designed with a front and back side, and the user can "study" them. Studying the cards in a deck is simulated by cycling through all of the cards.

Install

npm install

Usage

npm run start

Run tests

npm run test

Author

👤 Eric Fenton

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator