Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 328 Bytes

API Call with hooks

I used hooks to deal with the assignment for more cleaner code and test the hooks as well

I used Create React App with Typescript

so you have to install dependencies first

yarn

OR

npm install

to start the project make run

yarn start

OR

npm start