Nap planner
Working with time is no easy task and when you are sleep deprived, even more so.
I created this little React app to help with creating wake/nap windows for our daughter. She almost never stuck to it but it did help me reduce some of the mental effort of trying to work out the amount of daytime sleep she needed.
I also made the app a PWA (progressive web app) so my partner could install it on her phone for quick access.
The tech I used:
- Next.js (React, Typescript)
- Redux for the state management
- Local storage to save the state
- Luxon for the time calculations
- Tailwind for the styling of the page