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: about 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:44:29.000Z (over 3 years ago)
- Last Synced: 2025-01-14T19:15:52.823Z (over 1 year 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.sh
Background Animation:
https://github.com/thicodes/starwars-fetch-animation/blob/master/src/components/BackgroundStars.tsx#L22
Original Animation (SASS)
https://codepen.io/saransh/pen/BKJun
## Getting Started
### Installing
```
yarn install
```
### Start
```
yarn start
```
### Test
```
yarn test
```
### Build
```
yarn build
```