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!!!
- Host: GitHub
- URL: https://github.com/iamrlz/prize-bond-checker
- Owner: iamrlz
- Created: 2025-07-25T01:03:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T06:08:07.000Z (3 months ago)
- Last Synced: 2025-07-25T06:53:14.484Z (3 months ago)
- Topics: bond, pakistaniprizebonds, prize, prizebond, prizebonds
- Language: JavaScript
- Homepage: https://iamrlz.github.io/prize-bond-checker/
- Size: 42.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```