psachan04/point-tracker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
# Point Tracker This is a point tracking system for our technology fraternity. Pledges submit points for attending events (like blockchain meetings, philanthropy, etc.), and admins approve them. ## Features - π Firebase Authentication - π Submit and review activity points - β Admin approval dashboard - π Points history per pledge - π Modern React UI with Tailwind ## Stack - React + Tailwind - Firebase Auth + Firestore - (Optional) Express.js backend ## Setup ```bash git clone https://github.com/yourusername/point-tracker.git cd point-tracker/client npm install npm start