<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Kyaw Lin Thu</title>
    <description>The latest articles on Forem by Kyaw Lin Thu (@kyawlinthu123).</description>
    <link>https://forem.com/kyawlinthu123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1308075%2Fbe8c5d1c-13be-41c2-acb5-c0b46333bb56.jpeg</url>
      <title>Forem: Kyaw Lin Thu</title>
      <link>https://forem.com/kyawlinthu123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kyawlinthu123"/>
    <language>en</language>
    <item>
      <title>Building My First JavaScript Project: Ebrius</title>
      <dc:creator>Kyaw Lin Thu</dc:creator>
      <pubDate>Tue, 05 May 2026 17:38:11 +0000</pubDate>
      <link>https://forem.com/kyawlinthu123/building-my-first-javascript-project-ebrius-2db2</link>
      <guid>https://forem.com/kyawlinthu123/building-my-first-javascript-project-ebrius-2db2</guid>
      <description>&lt;p&gt;I’m a 22-year-old Burmese immigrant living in Phuket.&lt;/p&gt;

&lt;p&gt;Right now, I’m working a full-time bartending job while learning how to code on the side. I’m currently studying CS50, but I also wanted to start building some real projects with JavaScript.&lt;/p&gt;

&lt;p&gt;The first project I’m going to build is a vanilla JavaScript cocktail recipe app called Ebrius.&lt;/p&gt;

&lt;p&gt;Why a cocktail app?&lt;/p&gt;

&lt;p&gt;Since I work as a bartender, cocktails are something I already deal with in real life. So instead of building a random todo app, I wanted to build something connected to my actual work.&lt;/p&gt;

&lt;p&gt;For the first version, I want users to be able to:&lt;/p&gt;

&lt;p&gt;see a list of cocktails&lt;br&gt;
search cocktails&lt;br&gt;
filter by base spirit&lt;br&gt;
view ingredients and instructions&lt;/p&gt;

&lt;p&gt;My setup&lt;/p&gt;

&lt;p&gt;I created a folder called ebrius, then added these files:&lt;/p&gt;

&lt;p&gt;index.html&lt;br&gt;
style.css&lt;br&gt;
app.js&lt;br&gt;
cocktailData.js&lt;/p&gt;

&lt;p&gt;I added a list of classic cocktails I usually make or personally like into cocktailData.js.&lt;/p&gt;

&lt;p&gt;I also created a simple HTML file, initialized a GitHub repo, made my first commit, and created a develop branch so I can build the app feature by feature.&lt;/p&gt;

&lt;p&gt;What I want to learn&lt;/p&gt;

&lt;p&gt;With this project, I want to understand:&lt;/p&gt;

&lt;p&gt;vanilla JavaScript&lt;br&gt;
DOM manipulation&lt;br&gt;
event listeners&lt;br&gt;
search and filter logic&lt;br&gt;
reading MDN Docs and Eloquent JavaScript&lt;br&gt;
using Git and GitHub properly&lt;/p&gt;

&lt;p&gt;This is my first real attempt at building a JavaScript web app from scratch.&lt;/p&gt;

&lt;p&gt;It’s probably going to be messy at first, but I want to build it, break it, fix it, and actually understand what I’m doing.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
