# nextjs project to display and organize photos - uses tailwindcss for styling - uses next/image for image optimization - uses next/font for font optimization - uses notejs 22 # Roadmap [x] Set up Next.js project with typescript (https://nextjs.org/docs/app/getting-started/installation) [x] Install Tailwind CSS [x] Configure next/image [x] Configure next/font [x] Set up TypeScript [x] initialize git repo with appropriate .gitignore [ ] Create responsive layout with Tailwind CSS [ ] Integrate localdb for backend photo index data [ ] create service to index photos from local filesystem [ ] Create photo gallery page [ ] Implement photo organization features (albums, tags, moving files) [ ] Optimize for performance and SEO - I'll run dev myself