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

https://github.com/coder-ralph/pinoy-bugtong-bugtong

Pinoy Bugtong Bugtong (Filipino Riddles) Quiz built with React and Tailwind CSS
https://github.com/coder-ralph/pinoy-bugtong-bugtong

Last synced: 8 months ago
JSON representation

Pinoy Bugtong Bugtong (Filipino Riddles) Quiz built with React and Tailwind CSS

Awesome Lists containing this project

README

          

# Pinoy Bugtong Bugtong

Filipino Riddles Quiz: Test Your Knowledge with Bugtong-Bugtong

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)

## Introduction

Welcome to **Pinoy Bugtong Bugtong**, a fun and educational quiz app that challenges your knowledge of Filipino riddles, also known as "Bugtong". This app presents you with traditional Filipino riddles, and your task is to guess the correct answer. It's a great way to learn and enjoy Filipino culture and language!

## Features

- A collection of 30 traditional Filipino riddles.
- Randomly presented riddles to keep the quiz interesting.
- Tracks your streak and maximum streak of correct answers.
- Error messages in red for incorrect answers, displaying the correct answer.
- Simple and intuitive user interface.

## Installation

1. **Clone the repository:**

```sh
git clone https://github.com/coder-ralph/pinoy-bugtong-bugtong.git
```

2. **Navigate to the project directory:**

```sh
cd pinoy-bugtong-bugtong
```

3. **Install dependencies:**

```sh
npm install
```

4. **Start the development server:**

```sh
npm run dev
```

## Usage

1. Open your browser and navigate to `http://localhost:3000` to access the quiz app.
2. The app will display a random riddle.
3. Enter your answer in the input field provided and press Enter.
4. If your answer is correct, your streak will increase. If your answer is incorrect, the correct answer will be displayed in red.
5. The app tracks your current streak and maximum streak of correct answers.
6. Continue answering riddles to improve your streak and test your knowledge of Filipino riddles.

### Enjoy solving the riddles and enhancing your knowledge of Filipino culture with **Pinoy Bugtong Bugtong**!