Skip to content

saadfrhan/react-quizapp

Repository files navigation

📝 Quiz App (Live)

A quiz app built with React.js. It allows the user to select quiz category, number of questions and difficulty level then the app fetches the quiz and user can attempt it.

🚀 Getting Started

  1. Clone the repository and navigate to the project directory
git clone https://github.com/saadfrhan/react-quizapp
cd react-quizapp
  1. Install the dependencies
pnpm install
  1. Start the development server
pnpm dev
  1. Open http://localhost:5173 in your browser to see the app.

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Star the project if you like it.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request