Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauti7/image-extractor-client
React Client for https://github.com/lauti7/image-extractor-api
https://github.com/lauti7/image-extractor-client
react tailwindss typescript
Last synced: about 1 month ago
JSON representation
React Client for https://github.com/lauti7/image-extractor-api
- Host: GitHub
- URL: https://github.com/lauti7/image-extractor-client
- Owner: lauti7
- License: mit
- Created: 2021-08-25T22:08:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:51:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T17:58:41.082Z (3 months ago)
- Topics: react, tailwindss, typescript
- Language: TypeScript
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Extractor - Client [![Build Status](https://app.travis-ci.com/lauti7/image-extractor-client.svg?branch=main)](https://app.travis-ci.com/lauti7/image-extractor-client)
Browser Client for [Image Extractor - API](https://github.com/lauti7/image-extractor-api)
Client is online [here](https://lauti7.github.io/image-extractor-client/) and its API is online [here](https://image-extractor-api.herokuapp.com/api/status)
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.## Built with:
React JS, TypeScript, and TailwindCSS
## Instalation
You should have Node JS and NPM installed on your PC.
```bash
git clone https://github.com/lauti7/image-extractor-client.git
``````bash
cd image-extractor-client
``````bash
npm install
``````bash
touch .envvim .env
API_URL={IMAGE_EXTRACTOR_API}
ENV=development```
## TODOs:
- [x] Add tests.
- [x] Allow users to download an image.
- [ ] Allow users to download images (in bulk, zip file).
- [ ] Add settings button to set up web behaviour.