Skip to content

yulafezmesi/element-shot

Repository files navigation

screenshot (3)

Element Shot

Element shot is an online tool which allows you to screen shot directly dom element via URL. Also, you can upload element shots directly to the cloud!

Run Locally

Clone the project

  git clone https://github.com/yulafezmesi/element-shott

Go to the project directory

  cd element-shot

Install dependencies

  npm install

Start the server

  npm run start

Client

  cd client
  npm run start
  npm run build

Demo

https://elementshot.codes

Roadmap

  • More than one element shots

  • Integration with other cloud providers.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CLOUDINARY_API_KEY

CLOUDINARY_API_SECRET

CLOUDINARY_URL

CLOUDINARY_BASE_URL

Screenshots

screenshot

screenshot

License

MIT