/Quiz-Timer

Quiz-Timer: The ultimate quiz app with a twist! Built with Next.js (React.js) and styled with Tailwind CSS, it's as sleek as it is intuitive. Race against the clock to answer questions in your chosen category and test your knowledge.

Primary LanguageJavaScript

Quiz-Timer

The ultimate quiz app with a twist! Built with Next.js (React.js) and styled with Tailwind CSS, it's as sleek as it is intuitive. Race against the clock to answer questions in your chosen category and test your knowledge.

Built With

  • Next.js
  • Axios
  • VSCode

Getting Started

This application utilizes numerous URL fetch endpoints, some of which are local while others are external. Among these external sources is the Quiz API (https://quizapi.io/), which provides a vast array of question-and-answer quizzes.

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node.js installed on your local machine
  • NPM or Yarn to manage the packages

Setup

Clone the repository to your local machine:

git clone https://github.com/moise-mulungu/Quiz-Timer

Install

Navigate to the project directory and install the dependencies:

cd quiz-timer
npm install
# or
yarn install

Usage

npm run dev
# or
yarn dev

Deployment

To build the application for production, use the following command:

npm run build
# or
yarn build

live demo

Author

👤 Moise Mulungu

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.