I loved how you minimized functionality in your project! It's inspiring.
Over the holidays, I built a simple habit tracker that lets you track any event's start and end time.
In the process, I upgraded my personal homepage to Next.js 15, added Payload CMS and NextUI, and experimented with React Server Components and Actions.
You can create new event types by entering activities in the top text field. Events are automatically started for new types.
There are a few minor bugs to fix in the new year:
- Event cards don't display correctly on iOS.
- Using no email during registration doesn't work (someone registered without an email, and the field is unique).
Over the holidays, I built a simple habit tracker that lets you track any event's start and end time.
In the process, I upgraded my personal homepage to Next.js 15, added Payload CMS and NextUI, and experimented with React Server Components and Actions.
Check it out: https://mojica.de/tracker
You can create new event types by entering activities in the top text field. Events are automatically started for new types.
There are a few minor bugs to fix in the new year: