Mind Bender is a front-end quiz application that tests your knowledge of HTML, CSS, JavaScript, and Accessibility. This project was bootstrapped with Create React App.
-
Clone the repository:
git clone https://github.com/your-username/mind-bender.git cd mind-bender
-
Install dependencies:
npm install
-
Start the development server:
npm start
In the project directory, you can run:
Runs the app in development mode.
Open http://localhost:3000 to view it in your browser.
Launches the test runner in interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Note: this is a one-way operation. Once you eject
, you can't go back!
Runs ESLint to check for linting errors and automatically fix them.
mind-bender/ ├── .babelrc ├── .env ├── .gitignore ├── coverage/ ├── jsconfig.json ├── netlify.toml ├── package.json ├── public/ ├── README.md ├── src/ │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── Common/ │ ├── Error/ │ ├── FontFiles/ │ ├── Hooks/ │ ├── index.html │ ├── index.js │ ├── Pages/ │ ├── reportWebVitals.js │ ├── setupTests.js │ ├── Store/ │ ├── style.css ├── webpack.config.js
- Quiz on HTML, CSS, JavaScript, and Accessibility
- Dark and light theme switch
- Responsive design
- Progress bar for quiz completion
- Results page with score and pie chart
This project is licensed under the MIT License.