Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wfercanas/kittenly

Practice fetching an API with beautiful kitten photos.
https://github.com/wfercanas/kittenly

fetch-api javascript

Last synced: 5 days ago
JSON representation

Practice fetching an API with beautiful kitten photos.

Awesome Lists containing this project

README

        

# Kittenly

Your favourite kitten photos in just one place.

## Project URL

You can check the project working in the following link: https://kittenly.vercel.app/

## Project Description

This project fetches cats from thecatapi.com backend and render them in the page. The user can discover new cat photos and add them to favorites. The favorite cats will be displayed at the top and if desired be removed from that category.

## Technologies used

HTML, CSS and JavaScript Vanilla.

## Key Concepts

1. fetch()
2. HTTP Methods
3. Headers and body of request
4. Async/Await
5. DOM Manipulation