Browser Client for Image Extractor - API
Client is online here and its API is online here
Enter a URL of any public website, and you will get all the images that are beign used and you can download them. Only works with server side render for now.
React JS, TypeScript, and TailwindCSS
You should have Node JS and NPM installed on your PC.
git clone https://github.com/lauti7/image-extractor-client.git
cd image-extractor-client
npm install
touch .env
vim .env
API_URL={IMAGE_EXTRACTOR_API}
ENV=development
- Add tests.
- Allow users to download an image.
- Allow users to download images (in bulk, zip file).
- Add settings button to set up web behaviour.