QuiZap
An application that allows users to create and edit quizzes and flashcards, which can be shared to others.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
If you are starting in the directory this README is in, make sure you run:
cd quizap
before you run:
npm install
so that you are in the proper directory.
npm run dev
To Visit App:
localhost:3000
This application makes use of the Firebase Firestore database and storage for its backend. Unless something has happened, the backend should already be running when you start the application. It also makes use of Firebase's authentication system.