Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wfercanas/kittenly
- Owner: wfercanas
- Created: 2022-05-03T18:50:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T23:51:32.000Z (over 2 years ago)
- Last Synced: 2024-12-24T23:24:46.447Z (about 2 months ago)
- Topics: fetch-api, javascript
- Language: JavaScript
- Homepage: https://kittenly.vercel.app
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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