A Next.js project designed to easily extract and view the embedded metadata from images. Get detailed insights on EXIF, IPTC, or XMP data in seconds.
This project was bootstrapped with create-next-app
.
- Clone the repository:
git clone https://github.com/exaluc/ime
- Change to the project directory:
cd ime
- Install the dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to explore the
Image Metadata Extractor
.
Begin by editing the main page in app/page.js
. Any changes you make will be automatically reflected in the browser.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
If you're new to Next.js or wish to delve deeper:
- Next.js Documentation - Comprehensive guide on Next.js features and its API.
- Learn Next.js - An interactive Next.js tutorial.
Feel free to explore the Next.js GitHub repository. Feedback and contributions to the community are always appreciated!
Looking to deploy? Use the Vercel Platform, straight from the creators of Next.js.
For more details, consult the Next.js deployment documentation.