SnapEasy is a web app that allows users to easily capture screenshots of any given web URL.
- The Coding Montana
- Capture screenshots of any web URL.
- Easy-to-use interface.
- Download and save snapshots instantly.
- Nuxt 3
- TailwindCSS
- TypeScript
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Contributions are welcome! Please follow our Contribution Guidelines.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Twitter: Your Twitter Handle
- LinkedIn: Your LinkedIn Profile
Feel free to reach out if you have any questions or suggestions!
Happy snapping! 📸