Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rociobenitez/react-gifapp
This is my GifApp repository
https://github.com/rociobenitez/react-gifapp
api api-rest giphy giphy-api giphy-example giphy-gifs jest jest-snapshots jest-tests react reactjs testing testing-library vite vitejs yarn
Last synced: 5 days ago
JSON representation
This is my GifApp repository
- Host: GitHub
- URL: https://github.com/rociobenitez/react-gifapp
- Owner: rociobenitez
- Created: 2022-12-20T10:09:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T09:29:13.000Z (about 2 years ago)
- Last Synced: 2024-11-23T14:34:09.794Z (2 months ago)
- Topics: api, api-rest, giphy, giphy-api, giphy-example, giphy-gifs, jest, jest-snapshots, jest-tests, react, reactjs, testing, testing-library, vite, vitejs, yarn
- Language: JavaScript
- Homepage:
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GifApp
- This is a [React.js](https://es.reactjs.org/) project.
- You can see the [Demo](https://rociobenitez.github.io/react-gifapp/)## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## How does the app work?
- Type a topic or category in the search engine to find related gifs.
- If you perform several searches without refreshing the browser, the gifts will be added to the gallery.
- It's a fun app ! ðĪŠ![Demo GifApp](https://github.com/rociobenitez/react-gifapp/blob/main/public/demo-gif-app.png)