Sharwiwi is a tinder for Cats. View an endless list of cat images. Favorite the ones you love. Breed information and brief description is provided for most of the cats. It's powered by The CAT API
- React JS
- Docker
- Clone the repo and
cd
into the project directory
$ git clone https://github.com/thoth-ky/cat-findr.git
$ cd cat-findr
- Install dependencies
$ yarn install
- Run the app
$ yarn start
You can now access it via localhost:3000
- Clone the repo and
cd
into the project directory
$ git clone https://github.com/thoth-ky/cat-findr.git
- Build an image
$ docker build -t sharwiwi:latest .
- Run the Image and expose
PORT 3000
$ docker run -p 3000:3000 sharwiwi:latest
You can now access it via localhost:3000
Alternatively, you can pull a stable image:
$ docker pull thothky/sharwiwi:1.0.0
- Joseph Mutuku Kyalo