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

https://github.com/iamrlz/prize-bond-checker

A simple Web App to check Prize Bond within single Click!!!
https://github.com/iamrlz/prize-bond-checker

bond pakistaniprizebonds prize prizebond prizebonds

Last synced: 3 months ago
JSON representation

A simple Web App to check Prize Bond within single Click!!!

Awesome Lists containing this project

README

          

# 🎯 Prizebond Checker

A modern, responsive web app built with **React** and **Tailwind CSS** to help users easily check Pakistani prize bonds in a single click.

---

## 🔧 Tech Stack

- ⚛️ React (Frontend)
- 🌬️ Tailwind CSS (Styling)
- 🛠️ PostCSS + Autoprefixer (Build tools)
- 📦 Node.js (npm)

---
## 🌐 Live Demo

🔗 [Live App Link](https://iamrlz.github.io/prize-bond-checker/)

---

## 🚀 Getting Started

### 1. Clone the Repository

```bash
git clone https://github.com/iamrlz/prize-bond-checker.git
```

---

### 2. Install Dependencies

```bash
npm install
npm install react-scripts
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss@latest init -p
node index.js /for backend
npm run dev /for fortend
```