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 install
oryarn install
in terminal, in project's root folder - after packages installation finish, run
npm start
oryarn 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 test
from root folder
- swapi.co - to get the resource