Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thicodes/starwars-fetch-animation
This is a demo using react query to request swapi api (https://starwars-fetch-animation.now.sh)
https://github.com/thicodes/starwars-fetch-animation
Last synced: 1 day ago
JSON representation
This is a demo using react query to request swapi api (https://starwars-fetch-animation.now.sh)
- Host: GitHub
- URL: https://github.com/thicodes/starwars-fetch-animation
- Owner: thicodes
- Created: 2020-04-07T18:48:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:44:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T19:32:45.981Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.08 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://starwars-fetch-animation.now.shBackground Animation:
https://github.com/thicodes/starwars-fetch-animation/blob/master/src/components/BackgroundStars.tsx#L22Original Animation (SASS)
https://codepen.io/saransh/pen/BKJun
## Getting Started
### Installing
```
yarn install
```### Start
```
yarn start
```### Test
```
yarn test
```### Build
```
yarn build
```