catgram is a single-page application for all of your cat viewing needs. It has been designed with responsiveness in mind and will work with most devices.
This app was made as an example of a modern application, with its minimalistic and responsive design. You can use this app as a basis for your own projects. The app uses the Pexels api for retrieving free images.
If you want to use this app, you first need to clone the repository and do npm install on both directories. After that you will need to register an account in Pexels. Then you can get your own api key.
You will then need to put that into a .env file inside the server folder
or put the api key into the variable inside index.js.
After that you should be able to run the app succesfully.