$ 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.
##links
github.com/redflox/gifex — código fuentesource code
← volver al portafolioback to portfolio $ git log gifex