JavaScript
Twimba is a simple social-feed web app I built as part of the Scrimba JavaScript course to practice working with user interactions, data structures, and dynamic rendering in the browser. The app allows users to create short posts (“twimbs”), like posts, and add replies, mimicking the core functionality of a microblogging platform.
While building Twimba, I focused on manipulating the DOM with JavaScript, handling events, and updating the UI based on application state. This project helped me better understand how interactive front-end applications manage and display data in real time, and it strengthened my confidence in writing clean, modular JavaScript code.