BrainWiz is a quiz app that challenges your knowledge on various subjects, including history, science, literature, and more. The app is built with Vite + React and styled with SCSS to provide a simple, yet attractive user interface.
- A vast collection of questions to test your knowledge on various subjects.
- User-friendly interface with intuitive navigation.
- Each question has four possible answers, and you have to select the correct one.
- After answering all questions, you get instant feedback on your performance, including the number of correct and incorrect answers.
- The app also shows you the correct answer for each question, along with an explanation.
To get started with BrainWiz, you need to have Node.js installed on your machine. Then, follow these steps:
- Clone the repository.
- Install dependencies by running
npm install
in the project directory. - Start the development server by running
npm run dev
. - Open the app in your browser at
http://localhost:3000
.
If you want to contribute to BrainWiz, feel free to fork the repository and submit a pull request. You can also open an issue if you find a bug or have a suggestion.
BrainWiz was developed by [Your Name] using Vite + React and styled with SCSS. The questions were sourced from various online sources.
BrainWiz is licensed under the MIT License. You are free to use, modify, and distribute the app as long as you include the original license and copyright notice.