Quiz66github
The project uses json-server to simulate a backend API. First, ensure you have a questions.json file in a data folder at the root of your project. The structure should look like this:
npm create vite@latest 66-quiz-app -- --template react cd 66-quiz-app npm install npm install json-server --save-dev # For a fake API backend quiz66github