Completed08/2025
Gimme What Lee Got
Web application with a Django + Django REST Framework backend and a React + TypeScript + Vite frontend. This project manages a catalog of products/services/content, user authentication, and a personalized recommendation system. In the future, it will integrate artificial intelligence to provide suggestions based on user preferences and community trends.

Context
A catalog and recommendation app for products, services and content, built as a foundation for later AI-driven suggestions.
Stack
Links
Architecture and roadmap
A Django REST Framework backend with JWT authentication and PostgreSQL, paired with a React, Vite and TypeScript frontend. Recommendations are rule-based for now; the next step is a model that learns from user preferences and community trends.