<?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>DEV Community: Noor Fatima</title>
    <description>The latest articles on DEV Community by Noor Fatima (@noor_fatima_85648b07f7a46).</description>
    <link>https://dev.to/noor_fatima_85648b07f7a46</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3938826%2F0e58bb2d-0dc8-4fe4-91f4-103d402f38b8.png</url>
      <title>DEV Community: Noor Fatima</title>
      <link>https://dev.to/noor_fatima_85648b07f7a46</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/noor_fatima_85648b07f7a46"/>
    <language>en</language>
    <item>
      <title>Building a Simple Brat-Style Text Generator with HTML, CSS and JavaScript</title>
      <dc:creator>Noor Fatima</dc:creator>
      <pubDate>Sun, 30 Aug 2026 09:32:06 +0000</pubDate>
      <link>https://dev.to/noor_fatima_85648b07f7a46/building-a-simple-brat-style-text-generator-with-html-css-and-javascript-45i</link>
      <guid>https://dev.to/noor_fatima_85648b07f7a46/building-a-simple-brat-style-text-generator-with-html-css-and-javascript-45i</guid>
      <description>&lt;p&gt;Small web projects are a great way to practice front-end development because they allow you to combine HTML, CSS, and JavaScript into something users can interact with.&lt;/p&gt;

&lt;p&gt;One project I explored is a simple &lt;strong&gt;Brat-style text generator&lt;/strong&gt; that lets users enter custom text and turn it into a minimal graphic directly in the browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;The main goal is to keep the experience simple.&lt;/p&gt;

&lt;p&gt;Instead of opening an advanced image-editing application, users can enter their text, preview the design, and generate a visual from the browser.&lt;/p&gt;

&lt;p&gt;You can try the project here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bratgenerrator.com/" rel="noopener noreferrer"&gt;https://bratgenerrator.com/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How the Tool Works
&lt;/h2&gt;

&lt;p&gt;The basic workflow is straightforward:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The user enters custom text.&lt;/li&gt;
&lt;li&gt;JavaScript reads the input.&lt;/li&gt;
&lt;li&gt;The text is rendered into the design.&lt;/li&gt;
&lt;li&gt;The preview updates for the user.&lt;/li&gt;
&lt;li&gt;The generated result can be downloaded.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Front-End Technologies
&lt;/h2&gt;

&lt;p&gt;A project like this can be built using common front-end technologies.&lt;/p&gt;

&lt;h3&gt;
  
  
  HTML
&lt;/h3&gt;

&lt;p&gt;HTML creates the structure of the application, including the input field, buttons, preview section, and other interface elements.&lt;/p&gt;

&lt;h3&gt;
  
  
  CSS
&lt;/h3&gt;

&lt;p&gt;CSS controls the layout and visual appearance. Responsive CSS is especially important because users may access the generator from both desktop and mobile devices.&lt;/p&gt;

&lt;h3&gt;
  
  
  JavaScript
&lt;/h3&gt;

&lt;p&gt;JavaScript provides the interaction. It can capture the user's input, update the preview dynamically, and handle actions such as generating and downloading the final image.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Build a Small Generator?
&lt;/h2&gt;

&lt;p&gt;A small generator is a useful beginner project because it introduces several important web-development concepts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DOM manipulation&lt;/li&gt;
&lt;li&gt;Event handling&lt;/li&gt;
&lt;li&gt;User input&lt;/li&gt;
&lt;li&gt;Dynamic content&lt;/li&gt;
&lt;li&gt;Responsive design&lt;/li&gt;
&lt;li&gt;Client-side rendering&lt;/li&gt;
&lt;li&gt;Download functionality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These concepts can later be applied to larger web applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Possible Improvements
&lt;/h2&gt;

&lt;p&gt;There are many ways a basic generator could be extended:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Additional typography controls&lt;/li&gt;
&lt;li&gt;More design presets&lt;/li&gt;
&lt;li&gt;Custom colors&lt;/li&gt;
&lt;li&gt;Improved mobile controls&lt;/li&gt;
&lt;li&gt;Multiple export formats&lt;/li&gt;
&lt;li&gt;Accessibility improvements&lt;/li&gt;
&lt;li&gt;Faster rendering&lt;/li&gt;
&lt;li&gt;Better keyboard support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;A simple text generator may look like a small project, but it provides useful practice with real front-end development concepts.&lt;/p&gt;

&lt;p&gt;For beginners, projects like this are a good way to move from learning individual HTML, CSS, and JavaScript concepts toward building complete interactive web tools.&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>html</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Building a Fast &amp; Simple Unicode to Bijoy Converter for Bangla Users</title>
      <dc:creator>Noor Fatima</dc:creator>
      <pubDate>Mon, 18 May 2026 19:24:04 +0000</pubDate>
      <link>https://dev.to/noor_fatima_85648b07f7a46/building-a-fast-simple-unicode-to-bijoy-converter-for-bangla-users-41jo</link>
      <guid>https://dev.to/noor_fatima_85648b07f7a46/building-a-fast-simple-unicode-to-bijoy-converter-for-bangla-users-41jo</guid>
      <description>&lt;p&gt;Bangla typing and document formatting can still be challenging for many users who rely on Bijoy-compatible software and legacy publishing systems. While Unicode is now widely used across the web, there are still situations where converting Unicode text into Bijoy format becomes necessary.&lt;/p&gt;

&lt;p&gt;To solve this problem, I built Unicode to Bijoy Converter — a lightweight web-based tool designed to provide quick and accurate Bangla text conversion without requiring any installation or complicated setup.&lt;/p&gt;

&lt;p&gt;Why I Built This Tool&lt;/p&gt;

&lt;p&gt;Many existing conversion tools feel outdated, slow, or difficult to use. I wanted to create something that is:&lt;/p&gt;

&lt;p&gt;Fast and responsive&lt;br&gt;
Simple for everyday users&lt;br&gt;
Accessible on both desktop and mobile&lt;br&gt;
Clean and distraction-free&lt;/p&gt;

&lt;p&gt;The goal was to make Bangla text conversion easier for students, writers, publishers, designers, and professionals who regularly work with Bangla documents.&lt;/p&gt;

&lt;p&gt;Key Features&lt;br&gt;
Instant Unicode to Bijoy conversion&lt;br&gt;
User-friendly interface&lt;br&gt;
Mobile-friendly design&lt;br&gt;
Free online access&lt;br&gt;
Smooth Bangla text formatting support&lt;br&gt;
Tech &amp;amp; Development&lt;/p&gt;

&lt;p&gt;The project focuses on simplicity and usability while ensuring accurate Bangla character conversion. Performance and ease of access were important priorities during development.&lt;/p&gt;

&lt;p&gt;Website&lt;/p&gt;

&lt;p&gt;&lt;a href="https://banglaconvertertool.com/" rel="noopener noreferrer"&gt;https://banglaconvertertool.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d genuinely appreciate feedback, suggestions, or ideas from the community to improve the platform further.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
