Skip to content

An educational quiz application built using Vue.js, Express.js and MongoDB.

Notifications You must be signed in to change notification settings

DE-95/Quizcool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Quizcool

The app created for secondary school students to test their knowledge in school subjects. Collect points, compete against your friends, collect bonuses

Made with

Vue, Express, Mongodb

How to play

Select your user's account or create new Choose difficulty level Select category answer all 5 questions and finish the puzzle See your result and then try again

Made by Ash Oldham, Joe Dillon, David Eastcroft, Kat Kmiotek with help of CodeClan instructors, Google and Oh Shit, Git!?!

To install:

Server

Install server dependencies:

cd server
npm install

Seed the database:

npm run seeds

Run express:

npm run server:dev

Client

cd ../client
npm install
npm run serve

About

An educational quiz application built using Vue.js, Express.js and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 88.8%
  • JavaScript 9.2%
  • HTML 2.0%