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

dasarnabkls2011

@dasarnabkls2011

Joined July 12th, 2026

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

30m 44s logged

devlog — 4 22.07.2026( •̀ᴗ•́ )و Another productive day.Today was mostly about connecting things together instead of adding flashy new features, and honestly it made the app feel much more complete.The biggest win was Focus Mode. The timer, goal progress, statistics and session history are now talking to each other properly instead of acting like separate pieces. Watching everything update after finishing a session without refreshing the page felt really satisfying.I also spent quite a while debugging the ambient sounds. Turned out the problem wasn’t React or Vite at all… the audio files were literally 0 KB. After replacing them with actual sound files, everything finally started working. That was one of those “bruh…” moments (╥﹏╥)Started building the Settings page too. Instead of making it just another screen, the goal is to make it the control centre of the whole app. User name, daily focus goal and notification preferences are now saved locally, and the daily focus goal is already connected to Focus Mode instead of being hardcoded.A good chunk of today was also spent fixing small bugs, cleaning components, correcting imports and making the project structure a bit cleaner. Not the most exciting work, but definitely the kind that makes the app much more stable.Current progress:✓ Dashboard✓ Planner✓ Calendar✓ Notebook✓ Focus Mode◐ Settings (under development)Next mission:Connect every Settings option with the rest of the app.Make the Dashboard display real data from Calendar, Focus and Notebook.Add Export, Import and Reset functionality.Final round of polishing before the first proper release.Slowly but surely, LifeFlow is starting to feel like a real productivity app instead of a collection of separate pages. ( •ᴗ• )✨

0
0
5
Ship Changes requested

LifeFlow is a modern productivity and personal organization application designed to help users efficiently manage their daily activities through a unified digital workspace. The objective of the project is to eliminate the need for multiple productivity applications by integrating essential tools such as a calendar, focus timer, task management, note-taking, and progress tracking into a single, user-friendly platform.

The current version of LifeFlow includes a fully functional calendar that allows users to create, edit, and delete events with persistent local storage support. It also features a Focus Mode equipped with a Pomodoro timer, session completion notifications, and local storage-based tracking of focus statistics. The application is being developed using React and Vite with an emphasis on performance, responsiveness, and a clean user interface.

Challenges Faced

The development process presented several technical and design challenges. One of the primary issues involved implementing a calendar system that accurately stored events for specific dates without causing them to appear across multiple months. Another significant challenge was developing a reliable focus timer capable of managing countdowns, session completion, notifications, and persistent data storage.

Deployment introduced an additional learning experience. Although the application functioned correctly in the local development environment, deployment initially failed because of case-sensitive file names and import paths that behaved differently on Linux-based hosting services compared to Windows. Resolving these issues required careful debugging and reinforced the importance of maintaining consistent project structure and naming conventions.

Throughout development, considerable effort was also dedicated to improving the application's user interface, enhancing readability, fixing layout inconsistencies, and ensuring that individual components interacted seamlessly with one another.

Current Development Status

LifeFlow is currently under active development. While several core features have been successfully implemented and are fully functional, the application continues to evolve with ongoing improvements, bug fixes, feature integration, and interface refinements. The current release represents a stable foundation upon which more advanced functionality will be developed in future versions.

Future Vision

The long-term vision for LifeFlow is to build a comprehensive productivity ecosystem that simplifies personal organization and improves daily efficiency. Planned features include advanced task management, habit tracking, intelligent note organization, goal monitoring, session history, productivity analytics, cloud synchronization, ambient focus environments, and AI-assisted productivity tools.

Future versions will also focus on enhanced customization, cross-device synchronization, improved accessibility, richer visual design, and a more personalized user experience. The ultimate goal is to create a reliable, intuitive, and feature-rich platform that supports students, professionals, and individuals in managing their work and personal lives more effectively.

Try project → See source code →
Open comments for this post

2h 54m 55s logged

૮ ˶ᵔ ᵕ ᵔ˶ ა Devlog | 19 July 2026

Today’s session was one of those “fix one thing, break another, fix two more” kind of days, but everything slowly started coming together in the end. It was mostly focused on making the Calendar and Focus sections actually functional instead of just being pretty UI.

૮₍ ˃ ⤙ ˂ ₎ა Calendar Progress

• Completed the interactive calendar layout with proper month navigation.
• Fixed the issue where events were appearing in every month by storing them with their full date.
• Added the ability to create, edit and delete events.
• Filled the calendar with previous and next month’s dates to create a complete calendar view.
• Improved text colours, spacing and visibility so everything is much easier to read.
• Connected event storage with Local Storage so everything stays after refreshing.

૮₍ ˶•⤙•˶ ₎ა Focus Mode

• Finished building the working Pomodoro timer.
• Added Start, Pause, Reset and multiple timer presets.
• Created a developer mode to quickly test sessions without waiting for long timers.
• Added a session completion popup that appears when a focus session ends.
• Began saving focus statistics and session history for future dashboard integration.

૮₍´。• ᵕ •。`₎ა Deployment

• Finally deployed LifeFlow on Vercel.
• Spent quite some time hunting deployment errors that only appeared online.
• Found out Linux is much stricter with file names than Windows (lesson learned :’>).
• Fixed import paths and component naming issues until everything finally built successfully.
• LifeFlow is now officially live on the internet!! ⸜(。˃ ᵕ ˂ )⸝♡

૮₍ ˶ᵔ ᵕ ᵔ˶ ₎ა Next Goals

• Connect Goal Progress with completed focus sessions.
• Make Focus Stats update automatically.
• Display real Session History.
• Add working Ambient Sounds.
• Link Dashboard cards directly with Calendar and Focus data.
• Continue polishing the UI with smoother animations and a cleaner experience.

Overall, today’s work was less about adding flashy features and more about making the foundation solid. There were plenty of bugs along the way, but solving them made the project feel much more complete. Really happy with how much progress LifeFlow made today. ✧˖°

0
0
2
Open comments for this post

2h 20m 57s logged

╭──────────────────────────────╮DEVLOG — 2 16/07/2026╰──────────────────────────────╯Today was one of those “why did I touch this code” days… and also one of those “wait, it actually works” days :’)The notebook feature in LifeFlow decided to fight back today. The pages were flipping beautifully, the cover looked great, but the actual writing part went missing like it packed its bags and left ✦Spent time debugging, checking old commits, and trying to bring back the features that were already working before. Basically had a small battle with React, state management, and my own past code choices (ಥ﹏ಥ)But progress is progress.Today’s little wins:✓ Found the direction to rebuild the notebook properly✓ Fixed the focus on getting the core features back✓ Learned that sometimes breaking things is just part of building thingsA reminder for myself:Good projects are not made in one perfect session. They are built through hundreds of tiny fixes, mistakes, experiments, and “why is this not working??” moments.Tomorrow’s mission:Bring back the double-page notebook experience and make this digital notebook feel alive again 📖One bug at a time.One feature at a time.Still building :)(ง •̀_•́)ง╰─ LifeFlow Journey ─╯

0
0
5
Open comments for this post

1h 5m 18s logged

╔══════════════════════════════════════════════════════════════╗
║ STARDANCE DEVLOG #001 ║
║ Building the Foundation ║
╚══════════════════════════════════════════════════════════════╝
Hello guys, this is my first devlog so I am basically building a software when people can just chill off and make their stable as the software will guide them everyday from first to last, what to do resulting in an organised, cognitive brain. its basically duolingo but for life. enjoy <33

Date
15 July 2026

Status
[■■■■■■□□□□] 40% Complete

──────────────────────────────────────────────────────────────

[+] What was accomplished

| Reworked the Planner page structure.
| Added a cleaner task management system.
| Improved task rendering using reusable TaskItem components.
| Organized CSS for better readability and future scalability.
| Continued refining the overall project architecture.
| Fixed several layout inconsistencies.
| Prepared the codebase for upcoming feature additions.

──────────────────────────────────────────────────────────────

[*] Lessons learned

Small UI improvements create a much smoother user experience.
Keeping components modular now will save hours later.
Writing cleaner CSS early prevents future headaches.

──────────────────────────────────────────────────────────────

[~] Current Challenges

  • Task filtering still needs refinement.
  • Planner interactions require better animations.
  • Mobile responsiveness has not been fully optimized.

──────────────────────────────────────────────────────────────

[>] Next Objectives

-> Add task categories and sorting.
-> Implement local storage/database persistence.
-> Design a cleaner dashboard overview.
-> Improve navigation transitions.
-> Continue polishing the overall interface.

──────────────────────────────────────────────────────────────

Developer Notes

The project is finally beginning to feel like an actual product
instead of a collection of pages. Today’s work focused less on
adding flashy features and more on strengthening the foundation.
Every component that becomes reusable now makes future development
faster and cleaner. The goal remains simple: build something that
feels elegant, responsive, and enjoyable to use every day.

──────────────────────────────────────────────────────────────

Build Statistics

Files Modified :: Multiple
Components Added :: Planner Improvements
Bugs Fixed :: Several UI Issues
Coffee Consumed :: Unknown
Motivation :: Maximum

──────────────────────────────────────────────────────────────

End of Log

0
0
5

Followers

Loading…