Raspberry Quiz is an interactive quiz application built with Next.js. The quiz focuses on data privacy topics and is designed to be engaging and educational.
- Interactive quiz questions about data privacy
- Integration with Raspberry Pi for physical button interactions
- Clone the repository:
git clone https://github.com/yourusername/raspberry-quiz.git
- Install dependencies:
cd raspberry-quiz npm install
- Run the development server:
npm run dev
To use this quiz interactively with a Raspberry Pi:
- Connect physical buttons to the Raspberry Pi GPIO pins.
- Run the provided Python script on the Raspberry Pi. This script will send keyboard inputs (1-4) for the respective GPIO ports.
- Open the quiz in a web browser on the Raspberry Pi.
- Use the physical buttons to interact with the quiz.
This project is licensed under the AGPL License.