“Adaptable checklists” are reusable and easily tailored for different situations. For instance, a packing list for a domestic trip may include “clothes” and “toiletries” but not “passport”. By pre-organizing list items with categories and tags, you can generate checklists for any occasion in a matter of seconds.
Install Git, Node and bun, then:
git clone git@github.com:xvvvyz/list.git
cd list
bun i
bun x replicache get-license
echo 'NEXT_PUBLIC_REPLICACHE_LICENSE_KEY=<your license key>' > .env
bun start
- Figma to explore UI concepts
- TypeScript for strictly-typed JavaScript
- Next.js + Vercel for production-ready React
- Replicache + Supabase for state management
- Chakra UI for accessible UI components
- dnd kit for accessible drag and drop
- Prettier for automatic code formatting
- ESLint to enforce code best practices