Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/estayparadox/cats-client

Front-end of Cat Adoption App developed in ReactJS TypeScript calling a public API's endpoints.
https://github.com/estayparadox/cats-client

api-client cat-adoption matters reactjs typescript yarn

Last synced: 26 days ago
JSON representation

Front-end of Cat Adoption App developed in ReactJS TypeScript calling a public API's endpoints.

Awesome Lists containing this project

README

        

# Cats-Client
![badge1](https://img.shields.io/badge/license-MIT-brightgreen.svg) ![badge2](https://img.shields.io/badge/language-TypeScript-blue)
> A Front-end exercise developed in ReactJs TypeScript using a public API.
> This webapp show a cat gallery and allow users to schedule an appointment to adopt one.

## Install
At the root of the project run
```
$> yarn install
```

## Commands
To Run the project
```
$> yarn start
```