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.
- Host: GitHub
- URL: https://github.com/k5924/thecatapi
- Owner: k5924
- License: mit
- Created: 2022-06-17T13:40:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T15:45:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T08:30:22.043Z (over 1 year ago)
- Topics: flutter, thecatapi
- Language: C++
- Homepage: https://k5924.github.io/thecatapi/
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
TheCatAPI
A Flutter Project built for a coding test for the Associate Software Engineer Role at ClearBank
 
## Table Of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
## About The Project

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.