A web-based quiz application to prepare science and mathematics students for final exam.
Desktop | Mobile |
---|---|
Live Demo
- 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