Today I started working on PriorityFlow, a smart planner app for the Friction Less mission. The goal of the project is to reduce the minor daily frustration of having too many tasks and not knowing where to start. So far, I built the core version of the web app using HTML, CSS, and JavaScript. Users can add tasks with a due date, difficulty, importance level, and estimated time. The app then calculates a priority score and automatically recommends which task to do first. I also added task saving with localStorage, so the tasks stay even after refreshing the page. I also set up Git and Hackatime tracking for the project, which helped me understand how coding projects are tracked properly. Right now, I am improving the design by changing the app from a basic white layout to a more premium dark dashboard style. Next, I plan to add dashboard stats, due-soon reminders, and workload warnings so PriorityFlow feels more like a real planner app.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.