You are browsing as a guest. Sign up (or log in) to start making projects!

sujoypaladhi

@sujoypaladhi

Joined July 31st, 2026

  • 4Devlogs
  • 2Projects
  • 1Ships
  • 0Votes
im the goat
Open comments for this post

24m logged

Habit Tracker — Devlog #1Today I started building the backend for my habit tracker.I’m currently working on the database system using Python and SQLite. I created a database called habits.db where the app will store habits and their completion history.I also started building the database class to handle things like adding habits and logging when a habit is completed. The database uses two main concepts: habits and completion logs. Each completion log is connected to a specific habit using a foreign key.I also added a rule to prevent the same habit from being marked as completed multiple times on the same day.Right now, I’m working on the log_habit() function. Once that is finished, I’ll move on to retrieving the data and calculating things like streaks and progress.Next up: Finish the habit logging system and start connecting the backend to the user interface.

0
0
1
Ship Pending review

I built SujoyOS, a lightweight, web-based operating system a parody of desktop environment right inside your browser. It comes packed with a functional desktop UI, top navigation bar, customizable theme modes (Light/Dark), a bottom application dock, a start menu, dynamic window management, and built-in utility apps including a Notes App, a Calculator, and an interactive Terminal.

Try project → See source code →

Followers

Loading…