Flashcard-o-matic is an application intended for both teachers to use to create decks of flashcards for the subjects they
teach, as well as for students to use to study the decks their teachers have created.
- JavaScript, React, HTML, CSS, Bootstrap, Open Iconic, and Google Fonts.
- Fork and clone this repository.
- Run
npm install
to install project dependencies. - Run
npm run start
to concurrently start the project's frontend and backend.