A resource catalog, built using React
Live app:
API: swapi.co's API This project is bootstrapped with Create React App.
- clone this repo and run
npm installoryarn installin terminal, in project's root folder - after packages installation finish, run
npm startoryarn start - open the app default port at
localhost:3000
You can use Enter when searching resource
We are test using Jest and React-Testing-Library Each component have their own test
- To run all test, write
yarn testfrom root folder
- swapi.co - to get the resource


