Skip to content

Latest commit

 

History

History
executable file
·
83 lines (49 loc) · 2.35 KB

README.md

File metadata and controls

executable file
·
83 lines (49 loc) · 2.35 KB

Quizzical App 📌

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.

https://my-quizzical-site.netlify.app/

Start from Start quiz button and test your knowledge! ✒️

Alt text

What would be the answers? 📝

Alt text

  • The 2/5 answers were correct

    Alt text

Before you Begin 🛠 🔨

Write the following command in your terminal

$ npm install
$ npm run dev
$ pnpm install
$ pnpm run dev

For cloning the project 🪛

# Clone this repository
$ gh repo clone MastooraTurkmen/Quizzical-app

# Go inside the repository
$ cd quizzical-app

Deployment 📪 📥

  • 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
      • image
    • 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
      • image
      • image
    • Now your project is Live

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:


Author 👩🏻‍💻