A simple front-end application using React with TypeScript to get you cute pictures of cats. Checkout the website here.
If you wish to run this application locally clone the repo and install.
npm install
or yarn install
.
Then run the application yarn start
.
- Cat data API from cataas.com
- Reach v18
- TypeScript
- Scss
Note that this application was a simple iteration to practice the fetch() API. Improvements and feedback are welcome!