The website of exifoo, a tool to keep your photos and videos organized by adding the date and time of capture to the filename.
Built with Next.js, TypeScript, and TailwindCSS.
Visit: exifoo.vercel.app
App Repository: codeofandrin/exifoo
- Node.js
- npm
git clone https://github.com/codeofandrin/exifoo-website.git
cd exifoo-website
npm installnpm run devOpen http://localhost:3000 to view the site.
npm run build
npm startThis project uses environment variables for configuration. To set up your environment, copy
.env.example to .env in the root directory and adjust values as needed.
src/app- Next.js app directory (routing, pages, layouts)src/assets- Fonts, icons, and imagessrc/components- Components of the appsrc/content- Markdown content for legal and privacy pagessrc/hooks- Custom react hookssrc/utils- Utility functions and constantssrc/styles- CSS modules and global styles
Copyright (c) codeofandrin
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
