Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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


Swapi React Query


## Getting Started

### Installing
```
yarn install
```

### Start
```
yarn start
```

### Test
```
yarn test
```

### Build
```
yarn build
```