Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chubbyts/react-petstore
This is a react frontend for the petstore skeleton.
https://github.com/chubbyts/react-petstore
frontend react-hook-form react-router reactjs skeleton
Last synced: 8 days ago
JSON representation
This is a react frontend for the petstore skeleton.
- Host: GitHub
- URL: https://github.com/chubbyts/react-petstore
- Owner: chubbyts
- License: mit
- Created: 2020-02-20T21:24:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T18:04:54.000Z (6 months ago)
- Last Synced: 2024-06-16T19:39:35.980Z (6 months ago)
- Topics: frontend, react-hook-form, react-router, reactjs, skeleton
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-petstore
[![CI](https://github.com/chubbyts/react-petstore/actions/workflows/ci.yml/badge.svg)](https://github.com/chubbyts/react-petstore/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/chubbyts/react-petstore/badge.svg?branch=master)](https://coveralls.io/github/chubbyts/react-petstore?branch=master)[![bugs](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=bugs)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![code_smells](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=code_smells)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![coverage](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=coverage)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![duplicated_lines_density](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![ncloc](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=ncloc)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![sqale_rating](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![alert_status](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=alert_status)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![reliability_rating](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![security_rating](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=security_rating)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![sqale_index](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=sqale_index)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)
[![vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=chubbyts_react-petstore&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=chubbyts_react-petstore)## Description
This is a reactjs frontend for the petstore skeleton.
## Scripts
### Compiles and hot-reloads for development
```
pnpm start
```### Compiles and minifies for production
```
pnpm build
```### Run your unit tests
```
pnpm test
```## Copyright
2024 Dominik Zogg