Project information

  • Categories: React Application, Restful API, Single Page Application
  • Technologies: React - Routes, Context API, Axios, Query
  • Project date: October, 2022
  • Project URL: https://iona-app.fly.dev/

Description

A react app (Single Page application) which displays the images of cats by sending requests to an API. The information is stored in the context of the react application itself.

The service itself is hosted in a docker container and deployed in a fly server.

The images are requested from thecatapi. An api key needs to be generated and .env variables need to configured to run the project locally. More details in the README section of the repo.