Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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😉.

Awesome Lists containing this project

README

        


mario

# 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! 📸