=========
Built as a midterm project for Lighthouse Labs. QUIZHOOT is an app that lets you create quizzes and share them between your friends! The creator of the quiz can view and share all the results at the end of the quiz.
- users can create quizzes
- users can make their quiz private (not available on the home page, but if someone knows the quiz URL they can visit and take the quiz)
- users can share a link to a single quiz
- users can see a list of public quizzes on the home page
- users can attempt a quiz
- users can see the results of their recent attempt
- users can share a link to the result of their attempt
(include screenshots/video here)
- Clone the project to your local machine.
- Create the
.env
by using.env.example
as a reference and update with your correct local information. - Install dependencies:
npm i
- Fix to binaries for sass:
npm rebuild node-sass
- Reset database:
npm run db:reset
- Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x
- Chalk
- Cookie-Parser
- Dotenv
- EJS
- Express
- JQuery
- Morgan
- SASS
- Nodemon
- Edit/delete a created quiz
- Further error handling
- See your past quiz attempts on the profile page
- Rebecca Kurtis
- Anne-Marie Champoux
- Aarij Anwer