An open API service indexing awesome lists of open source software.

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

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.