~ / portfolio / projects / gifex.md — main
cd .. · volver al portafolioback to portfolio
~/ projects/ gifex.md

#Gifex

App web para buscar y ver gifs animados, consumiendo la API de Giphy.Web app to search and play animated gifs, powered by the Giphy API.

role:"frontend"
year:2023
status:"archived"
ReactGiphy APIJavaScript
Gifex cover
bash · clone repo
$ git clone https://github.com/redflox/gifex

##overview

Gifex es una SPA en React que consume la API pública de Giphy para buscar y reproducir gifs animados. Lo hice como ejercicio para practicar consumo de APIs externas, debounce de inputs y custom hooks.Gifex is a React SPA that consumes Giphy's public API to search and play animated gifs. Built as an exercise in third-party API consumption, input debouncing and custom hooks.

##context

Quería un proyecto pequeño y enfocado para entender bien el ciclo de fetch/loading/error en React sin librerías extra. Decidí no usar React Query ni SWR para forzarme a manejar los estados a mano.I wanted a small, focused project to internalize the fetch/loading/error cycle in React without extra libraries. Skipped React Query and SWR on purpose to handle the states by hand.

github.com/redflox/gifexcódigo fuentesource code


volver al portafolioback to portfolio $ git log gifex