Technology question and answer application, obtained through a public API. You have to answer before time runs out and score points before time runs out and score points that will be displayed on a scoreboard
https://techquizz.netlify.app/
To deploy this project run
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate- Responsive design
- Consume public API REST
- Score Leaderboard
Client: Vue, NuxtJS, TailwindCSS
Datbase: Supabase
