<?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: Karthikkrishnan J</title>
    <description>The latest articles on DEV Community by Karthikkrishnan J (@karthikkrishnanj).</description>
    <link>https://dev.to/karthikkrishnanj</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%2F3968752%2F047bad66-ff82-48a2-a80e-21bbc4d75205.png</url>
      <title>DEV Community: Karthikkrishnan J</title>
      <link>https://dev.to/karthikkrishnanj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karthikkrishnanj"/>
    <language>en</language>
    <item>
      <title>Building Pricely: A Simple Pricing &amp; Payment Tool for Small Jobs</title>
      <dc:creator>Karthikkrishnan J</dc:creator>
      <pubDate>Sat, 22 Aug 2026 15:46:58 +0000</pubDate>
      <link>https://dev.to/karthikkrishnanj/building-pricely-a-simple-pricing-payment-tool-for-small-jobs-1fb3</link>
      <guid>https://dev.to/karthikkrishnanj/building-pricely-a-simple-pricing-payment-tool-for-small-jobs-1fb3</guid>
      <description>&lt;p&gt;As someone who does small projects for other people, I realized that figuring out how much to charge for different types of work can be surprisingly difficult.&lt;/p&gt;

&lt;p&gt;Whether it's making a presentation, building a small website, fixing something, designing something, or helping with a technical task, pricing small jobs isn't always straightforward.&lt;/p&gt;

&lt;p&gt;So I decided to build Pricely, a web application designed to help people quickly estimate and organize fair prices for small jobs and services.&lt;/p&gt;

&lt;p&gt;What is Pricely?&lt;/p&gt;

&lt;p&gt;Pricely is intended for small businesses, freelancers, students, developers, designers, and anyone doing small jobs or side projects who needs a simple way to work out pricing.&lt;/p&gt;

&lt;p&gt;Instead of trying to remember how much you charged last time or calculating everything manually, Pricely provides a structured way to estimate the value of a job.&lt;/p&gt;

&lt;p&gt;Features&lt;/p&gt;

&lt;p&gt;Current/planned features include:&lt;/p&gt;

&lt;p&gt;Job and service pricing&lt;br&gt;
Custom pricing categories&lt;br&gt;
Price estimation&lt;br&gt;
Different pricing factors&lt;br&gt;
Service-based pricing&lt;br&gt;
Quick price calculations&lt;br&gt;
Pricing history&lt;br&gt;
Simple and easy-to-use interface&lt;br&gt;
Responsive design for desktop and mobile devices&lt;br&gt;
And more&lt;br&gt;
Tech Stack&lt;/p&gt;

&lt;p&gt;The project is being developed using modern web technologies, including:&lt;/p&gt;

&lt;p&gt;React&lt;br&gt;
TypeScript / JavaScript&lt;br&gt;
Vite&lt;br&gt;
HTML5&lt;br&gt;
CSS3&lt;br&gt;
Supabase&lt;br&gt;
Vercel&lt;br&gt;
Figma&lt;br&gt;
Who is it for?&lt;/p&gt;

&lt;p&gt;Pricely is mainly aimed at people who aren't necessarily running a large company.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Students doing small jobs&lt;br&gt;
Freelance developers&lt;br&gt;
Designers&lt;br&gt;
Small businesses&lt;br&gt;
People doing pocket jobs&lt;br&gt;
People providing technical services&lt;br&gt;
People taking commissions&lt;br&gt;
Anyone who needs to decide what to charge for a small project&lt;/p&gt;

&lt;p&gt;The goal is to make pricing simple, consistent, and easier to understand, rather than turning it into complicated accounting software.&lt;/p&gt;

&lt;p&gt;Why I Built It&lt;/p&gt;

&lt;p&gt;When you're doing smaller jobs, pricing can sometimes be awkward.&lt;/p&gt;

&lt;p&gt;You don't necessarily need a full business management platform just to figure out what a presentation, website, design, or small technical task should cost.&lt;/p&gt;

&lt;p&gt;I wanted to create something focused specifically on that problem.&lt;/p&gt;

&lt;p&gt;The project is still being developed, so I'm looking for real-world feedback, suggestions, and ideas about what would actually make something like this useful.&lt;/p&gt;

&lt;p&gt;Live Demo&lt;br&gt;
&lt;a href="https://pricely-by-karthik.vercel.app" rel="noopener noreferrer"&gt;https://pricely-by-karthik.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback&lt;/p&gt;

&lt;p&gt;I'd especially like to hear from:&lt;/p&gt;

&lt;p&gt;Developers&lt;br&gt;
Designers&lt;br&gt;
Freelancers&lt;br&gt;
Small business owners&lt;br&gt;
Students doing paid projects&lt;br&gt;
Anyone who regularly does small jobs&lt;/p&gt;

&lt;p&gt;If you have suggestions for pricing factors, features, or improvements, I'd love to hear them.&lt;/p&gt;

&lt;p&gt;Thanks for checking it out!&lt;/p&gt;

&lt;p&gt;With Regards,&lt;br&gt;
Karthikkrishnan J&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>saas</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>Building Class Tracker: A Student Productivity Web App</title>
      <dc:creator>Karthikkrishnan J</dc:creator>
      <pubDate>Fri, 05 Jun 2026 02:07:04 +0000</pubDate>
      <link>https://dev.to/karthikkrishnanj/building-class-tracker-a-student-productivity-web-app-ko1</link>
      <guid>https://dev.to/karthikkrishnanj/building-class-tracker-a-student-productivity-web-app-ko1</guid>
      <description>&lt;p&gt;As a student, I realized that I &amp;amp; a few other friends of mine were constantly switching between notebooks, calendars, reminders, and random sticky notes just to keep track of classes, homework, and deadlines.&lt;/p&gt;

&lt;p&gt;So I decided to build Class Tracker, a web application designed to help students stay organized and productive in one place.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;br&gt;
Current features include :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Class management&lt;/li&gt;
&lt;li&gt;Assignment tracking&lt;/li&gt;
&lt;li&gt;Schedule organization&lt;/li&gt;
&lt;li&gt;Deadline reminders&lt;/li&gt;
&lt;li&gt;Productivity-focused dashboard&lt;/li&gt;
&lt;li&gt;Responsive design for desktop and mobile devices
Tech Stack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;br&gt;
The project was built using :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;li&gt;HTML5&lt;/li&gt;
&lt;li&gt;CSS3&lt;/li&gt;
&lt;li&gt;Figma Make&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please note that this website has been undertesting in real situations for the past 2 months on my needs for school. I would to do a bit of public testing to find any bugs or suggestion anybody has to improve this app&lt;/p&gt;

&lt;p&gt;Live Link:&lt;br&gt;
&lt;a href="https://class-tracker-app-by-karthik.vercel.app/" rel="noopener noreferrer"&gt;https://class-tracker-app-by-karthik.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback, suggestions, and feature ideas from students and developers! &lt;/p&gt;

&lt;p&gt;With Regards,&lt;br&gt;
Karthikkrishnan J&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>react</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
