Simple quiz written in React Created with Vite tooling
Basic functionality... On submit will display all the answers in the console
Updates:
- Fixed state mutation - used filter method instead of pop.
- Remember previous answer - changed up the code a bit, added handleAnswerChange function
Installation To use this app, you'll need to have Node.js installed on your system.
Clone this repository to your local machine using git clone. Navigate to the project directory using cd quiz-app. Run npm install to install the project dependencies. Run npm run dev to start the development server.
Quiz data was generated by chatGPT