https://github.com/codeofandrin/exifoo-website
The website of exifoo, a tool to keep your photos organized
https://github.com/codeofandrin/exifoo-website
Last synced: 8 months ago
JSON representation
The website of exifoo, a tool to keep your photos organized
- Host: GitHub
- URL: https://github.com/codeofandrin/exifoo-website
- Owner: codeofandrin
- License: mit
- Created: 2024-11-17T17:24:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-06T11:04:13.000Z (9 months ago)
- Last Synced: 2025-09-06T12:26:07.234Z (9 months ago)
- Language: TypeScript
- Homepage: https://exifoo.vercel.app
- Size: 5.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Shoot more. Organize less.
---
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](https://exifoo.vercel.app)
App Repository: [codeofandrin/exifoo](https://github.com/codeofandrin/exifoo)
## Getting Started
### Prerequisites
- Node.js
- npm
### Installation
```bash
git clone https://github.com/codeofandrin/exifoo-website.git
cd exifoo-website
npm install
```
### Development
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) to view the site.
### Build for Production
```bash
npm run build
npm start
```
## Environment Variables
This project uses environment variables for configuration. To set up your environment, copy
[`.env.example`](.env.example) to `.env` in the root directory and adjust values as needed.
## Project Structure
- `src/app` - Next.js app directory (routing, pages, layouts)
- `src/assets` - Fonts, icons, and images
- `src/components` - Components of the app
- `src/content` - Markdown content for legal and privacy pages
- `src/hooks` - Custom react hooks
- `src/utils` - Utility functions and constants
- `src/styles` - CSS modules and global styles
## Copyright
Copyright (c) codeofandrin
This source code is licensed under the MIT license found in the
[LICENSE](LICENSE) file in the root directory of this source tree.
