What It Does
Describe the problem this project solves and why you built it. Keep it focused — what was the motivation, what did you learn, what are you proud of?
Key Decisions
- Chose React for the component model and ecosystem
- PostgreSQL for reliable data modeling with complex queries
- Deployed on AWS with automated CI/CD via GitHub Actions
What I Learned
Building this taught me about state management at scale, the importance of database indexing, and how to structure a project for long-term maintainability.