Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhumblechris/snapeasy
SnapEasy is built with Nuxt 3. It offers You the Cabality of Capturing Webpage Screenshots With Easy😉.
https://github.com/devhumblechris/snapeasy
nuxt3 preline shadcn-ui tailwindcss
Last synced: about 2 months ago
JSON representation
SnapEasy is built with Nuxt 3. It offers You the Cabality of Capturing Webpage Screenshots With Easy😉.
- Host: GitHub
- URL: https://github.com/devhumblechris/snapeasy
- Owner: DevHumbleChris
- Created: 2023-12-11T08:18:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T15:40:14.000Z (about 1 year ago)
- Last Synced: 2024-04-16T17:27:09.670Z (9 months ago)
- Topics: nuxt3, preline, shadcn-ui, tailwindcss
- Language: Vue
- Homepage: https://snapeasy.vercel.app
- Size: 1.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnapEasy
SnapEasy is a web app that allows users to easily capture screenshots of any given web URL.
## Author
- **The Coding Montana**
## Features
- Capture screenshots of any web URL.
- Easy-to-use interface.
- Download and save snapshots instantly.## Technologies Used
- Nuxt 3
- TailwindCSS
- TypeScript## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install# bun
bun install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev# bun
bun run dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build# bun
bun run build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview# bun
bun run preview
```## Contributing
Contributions are welcome! Please follow our [Contribution Guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Social Handles
- Twitter: [Your Twitter Handle](https://twitter.com/your-twitter-handle)
- LinkedIn: [Your LinkedIn Profile](https://www.linkedin.com/in/your-linkedin-profile)Feel free to reach out if you have any questions or suggestions!
Happy snapping! 📸