https://github.com/zzackllack/politk-projekt
A quiz where you need to select the correct party to a given quote
https://github.com/zzackllack/politk-projekt
politics quiz
Last synced: 9 days ago
JSON representation
A quiz where you need to select the correct party to a given quote
- Host: GitHub
- URL: https://github.com/zzackllack/politk-projekt
- Owner: Zzackllack
- Created: 2024-11-14T21:50:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T22:46:29.000Z (7 months ago)
- Last Synced: 2026-01-07T09:58:23.007Z (7 months ago)
- Topics: politics, quiz
- Language: TypeScript
- Homepage: https://old-quiz.zacklack.de
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Political Quotes Quiz (WIP)
Enhance your knowledge of renowned political quotes with this engaging and interactive quiz.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
## Installation
To set up the project, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/Zzackllack/Politk-Projekt.git
cd political-quotes-quiz
```
2. Install the necessary dependencies:
```sh
npm install
```
## Usage
To initiate the development server, execute:
```sh
npm run dev
```
To compile the project for production, execute:
```sh
npm run build
```
To preview the production build, execute:
```sh
npm run preview
```
## Features
- Interactive quiz featuring famous political quotes
- Score tracking and leaderboard functionality
- Social media score sharing capability
- Responsive design for various devices
- Support for dark mode
## Contributing
We welcome contributions! Please adhere to the following steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Implement your changes.
4. Commit your changes (`git commit -m 'Add new feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Submit a pull request.
## License
This project is licensed under the MIT License. For more details, refer to the LICENSE file.