An open API service indexing awesome lists of open source software.

https://github.com/k5924/thecatapi

A website built in Flutter to render cat images in a vertical list view which is scrollable.
https://github.com/k5924/thecatapi

flutter thecatapi

Last synced: 2 months ago
JSON representation

A website built in Flutter to render cat images in a vertical list view which is scrollable.

Awesome Lists containing this project

README

          




TheCatAPI


A Flutter Project built for a coding test for the Associate Software Engineer Role at ClearBank




![Contributors](https://img.shields.io/github/contributors/k5924/thecatapi?color=dark-green) ![Issues](https://img.shields.io/github/issues/k5924/thecatapi)

## Table Of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)

## About The Project

![Screen Shot](example.png)

For this project, I needed to:
1. Sign up and create an API key at [thecatapi](https://thecatapi.com)
2. Create an app that retrieves some data from one of the cat API endpoints (of my choice) and renders it on a web page.
3. Send a link for the git repo where the code is hosted to the hiring manager. The root folder of this repo should contain a screenshot showing my app rendering the cat data.

## Built With

This project was supposed to be built with a web development framework however, as I am not that knowledgeable in JavaScript frameworks, I developed the web app in Flutter.