Please sign in to access this page

recursive todos

recursive todos Used AI

7 devlogs
11h 19m
•  Ship certified
Created by mr_mph

A todo list app where every todo is also a todo list, so it's recursive! Built with Nextjs + Tailwind, and mobile friendly. This is meant to be a helpful tool to break down your day into small bite-sized tasks. And there's cat and dog pictures of course because well maybe you need a break from all your hard work that you're keeping track of with the todo-list!

Timeline

Ship 1

1 payout of shell 102.0 shells

mr_mph

about 1 month ago

mr_mph Covers 7 devlogs and 11h 19m

One last update so you can get a glimpse of what the project looks like in case you don't have time to check it out yourself :)

Update attachment

I improved the todo app styling with tailwind styles and added delete buttons for each todo.

Update attachment

Added a navbar as well as placeholder cat and dog pages (reactive ysws requirement to have 3 separate pages). Created a homepage and added lucide for icons.

Update attachment

Added the ability to delete and edit todos, and stored the db in localstorage. The dividers are also draggable now.

Update attachment

added the ability to add new todos, and recursive functionality is working!

Update attachment

began work on recursive todo logic and layout in nextjs and tailwind

Update attachment

Playing around in nextjs and tailwind and learning how to use them. Made a button and a small layout for testing, and made a nextjs route.

Update attachment