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
This is the frontend of the project built on react where I handled the API data to create a interactive and gamified quiz interface.
The link to the backend of the project
It has three parts
- A Start or Landing page.
- A Home page for actual quiz.
- A Result page to display the score with explanation.
- Clone the repository
git clone
- cd into the project
cd Testline_Assignment
- Install the required packages
npm i
- Run the project
npm run dev
NOTE: Make sure that you have node installed in your system.
- Landing Page
- Quiz Page
- Result Page


