Quizzical is a simple quiz app that lets you select alternatives and then gives you a score. It's built with functional React components. There are lots of questions from every subject with lots of amazing answers.
Write the following command in your terminal
$ npm install
$ npm run dev
$ pnpm install
$ pnpm run dev
# Clone this repository
$ gh repo clone MastooraTurkmen/Quizzical-app
# Go inside the repository
$ cd quizzical-app
- How to deploy our project to netlify site?
- I use Netlify App for deploying my projects.
- Go to Netlify site and select Add a new site.
- From here select Deploy with Github
- Then write your project name and select it
- After selecting here you can see that the project Review configuration for Quizzical-app and then select the Deploy Quizzical-app Button
- Now your project is Live
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh