Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinzunigacuellar/gifind
Find and share your favorites GIFs with the GIPHY API 🥳
https://github.com/kevinzunigacuellar/gifind
Last synced: 15 days ago
JSON representation
Find and share your favorites GIFs with the GIPHY API 🥳
- Host: GitHub
- URL: https://github.com/kevinzunigacuellar/gifind
- Owner: kevinzunigacuellar
- Created: 2022-05-25T19:32:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T21:07:02.000Z (10 months ago)
- Last Synced: 2024-10-08T23:21:43.075Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://gifind.kevinzunigacuellar.com
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gifind
Solid.js app that queries for trending gifs using the giphy API.
![gifind](https://user-images.githubusercontent.com/46791833/209589298-bb0f18ce-bfc3-4ba1-85e3-fb7e2783a1e6.png)
## Getting started
To get started, run the following commands:
```bash
# Install dependencies
pnpm install# Start the dev server
pnpm dev```
## Creditos
Curso gratis de react de [midudev](https://github.com/midudev)