Projects I've Built

Liftona is a web application that allows users to find and share workouts. Users can then find other users to follow, search for workouts and like workouts that have been posted. Each form has rigorous validation that helps prevent unnecessary requests from being made to the server. The front end was designed using a mobile-first approach with styled components. Flexbox was used as the main layoout model.

Next Shop is an E-commerce web app that allows users to purchase items listed by root users. Every page on this E-commerce site is rendered on the server. This allows users to experience faster performance by having increased time to interactive that is brought by server-side rendering. The backend is currently still in development.

Tech stories is a full stack web application that allows users to read the most popular stories from Hacker News. Users can search for stories, navigate through their search history, sort their search results, and most importantly, save their favorite stories.