project / movienies
Movienies
A fullstack movie app with user accounts, ratings, and reviews.
- React
- Django
- Tailwind CSS
- AWS

Movienies is a fullstack movie application where users can create an account, rate films, and leave reviews. A React frontend talks to a Django REST API, with authentication and persistent user data behind it.
I built it to exercise a complete production stack end to end — from database models and API design in Django to a responsive, component-driven interface in React and Tailwind, deployed on AWS.