Inspiration
In the past, I used to track my todolist on paper journaling with brush pens and cute stickers. Now, I want to switch to digital method but I haven't able to find a website that gives me same vibes as journaling. So, I created TaskJournal which is a todolist website but it gives your journaling theme and cute purple UI will boost your productivity.
What it does
Like the stickers we use in journaling, I created cute buttons to add your daily tasks and sort your tasks based on due date or priority. Just like, we add our tasks in calender grid in paper journaling, you can track your task with a cute calender grid view. Inspired by paper journaling layouts, each task’s details appear inside a pill-shaped detail bubble.
How I built it
I use CSS for front end designs and calender grid is build by using npm packages. The backend code and functionalities such as adding tasks and sorting is done by javascript. To make sure, the tasks stay on computer memory and not disappear after reloading, I use JSON. The website is run by node.js.
Log in or sign up for Devpost to join the conversation.