This project is a quiz built using Next.js to accompany a Master's scientific poster about the Evaluation of hedgerows under the Green and Blue contract of the Pilat Regional Natural Park. The goal of the quiz is to help users better understand and interact with the scientific concepts presented on the poster. It features multiple-choice questions and provides immediate feedback based on user input.
- Interactive quiz to test knowledge based on the scientific poster.
- Multiple-choice questions with single and multiple correct answers.
- Instant feedback after answering each question, showing correct or incorrect answers.
- Responsive UI powered by Tailwind CSS and DaisyUI.
- Next.js
- Tailwind CSS
- DaisyUI
- Hosted on Vercel right here
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/hzkonor/quiz-poster.git
-
Navigate to the project directory:
cd scientific-poster-quiz
-
Install dependencies (make sure you have Node.js installed):
npm install
-
Run the development server:
npm run dev
-
Open your browser and go to
http://localhost:3000
to start the quiz!