Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/estayparadox/cats-client
- Owner: Estayparadox
- License: mit
- Created: 2020-11-07T12:43:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T16:19:58.000Z (about 4 years ago)
- Last Synced: 2024-11-11T07:10:25.704Z (2 months ago)
- Topics: api-client, cat-adoption, matters, reactjs, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```