Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thicodes/swapi-react-query
This is a demo using react query to request swapi api (https://swapi-react-query.thiagoleite.now.sh/)
https://github.com/thicodes/swapi-react-query
Last synced: 1 day ago
JSON representation
This is a demo using react query to request swapi api (https://swapi-react-query.thiagoleite.now.sh/)
- Host: GitHub
- URL: https://github.com/thicodes/swapi-react-query
- Owner: thicodes
- Created: 2020-03-27T18:34:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:26:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T19:32:40.637Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swapi React Query
https://swapi-react-query.thiagoleite.now.sh/
## Getting Started
### Installing
```
yarn install
```### Start
```
yarn start
```### Test
```
yarn test
```### Build
```
yarn build
```