Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 643 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 643 Bytes

CS Quiz Generator

This is the front end of a full-stack CS quiz generator application, which intends to help people refresh their CS knowledge.
The current version does not use BootStrap.
We'll use BootStrap to beautify the UI for the next version.

How to run

You MUST have a local server and database to run the entire web app as I haven't hosted the server and database to a cloud.

  1. Follow the steps described in my quiz-app-back repo to turn on the server and database
  2. Open https://cs-quiz-generator.netlify.app to interact with the UI