Skip to content

theomaro/sci-math-quiz

Repository files navigation

SciMathQ

A web-based quiz application to prepare science and mathematics students for final exam.

Preview

Desktop Mobile

Live Demo

Testing

  • Clone the project
git clone https://github.com/theomaro/sci-math-quiz.git
cd sci-math-quiz
  • Install packages
npm install
  • Set development enviroment variables
$ touch .env && echo PUBLIC_API_URL=http://localhost:3000/quizzes
  • Start a json server
npm run json-server
  • Start a development server
npm run dev

Releases

No releases published

Packages

No packages published