Geeks Quizzers is a web application that provides a platform for users to participate in quizzes and challenges to test their knowledge and skills. Whether you're a coding enthusiast, a tech geek, or simply love solving puzzles, Geeks Quizzers offers a wide range of quiz categories and challenges to engage and challenge your intellect.
- Choose from various quiz categories, including technology, science, history, and more.
- Engage in timed quizzes to test your knowledge under pressure.
- Challenge your friends and compete for high scores. (further updates)
- Earn badges and achievements for completing quizzes and challenges. (further updates)
- Track your progress and see detailed statistics of your performance. (further updates)
- User-friendly interface with a sleek and modern design.
Check out the live demo of Geeks Quizzers at https://geeksquizzers.netlify.app/
- HTML5, CSS3, and JavaScript for the frontend development.
- React.js as the JavaScript library for building the user interface.
- Netlify for hosting the web application.
To run Geeks Quizzers locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/geeks-quizzers.git
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit:
http://localhost:3000
Contributions are welcome! If you have any suggestions, bug reports, or would like to add new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
Let's challenge your knowledge and have fun with Geeks Quizzers - A Quiz App! Visit the live demo and start your quiz journey today.
cd react-simple-quiz
- Install dependencies
npm install
- Run project
npm start
Now, project is running on http://localhost:3000/ or another port that must be mentioned on the command line.