A pseudo NBA investment platform where users invest in players rated by a PR Score which is a composite of in-game stats and social media sentiment analysis.
The inspiration for this project came from wanting to see people's faith in a given player rise or fall after a perfomance and how much people are willing to invest in a player they believe in.
The project lives in two repositories, one for the user interface and account interactions, the other for stats and sentiment data retrieval and PR Score calculation.
Next.jsTypeScriptPostgreSQLTailwindCSSPython
Under the Hood
| Styling | Tailwind CSS v4, Radix UI, shadcn/ui |
| Auth | better-auth |
| Database | Neon (PostgreSQL) via Drizzle ORM |
| File Uploads | Uploadthing |
| Data Fetching | TanStack Query v5 |
| Animations | Motion (Framer Motion) |
| Charts | Recharts |