Fullstack Web App
A fullstack application for browsing movies, managing user accounts and saving favourites, combining a React SPA with a custom REST API and MongoDB database.
Kraftflix MERN Stack is a full end-to-end web application that I built across both backend and frontend. It includes a custom Node.js and Express API, a MongoDB database modeled with Mongoose and a responsive React client on top of that foundation. Users can browse a movie catalogue, explore details about movies, directors and genres, manage their profile and save favourites.
The project was developed as part of my full stack web development training and reflects a hands-on learning phase where I built the backend, API logic, database layer and later the React frontend myself. It gave me practical experience in shaping data structures, authentication flows, endpoints and interface behaviour across the full stack.
Looking back, I would structure parts of the code and refine the visual design differently today, but that is precisely what makes the project valuable: it documents a real stage of growth in both engineering and product thinking.