https://github.com/gojax64/gif-app
A simple Gif API Rest aplication, who search a key and returns GIFs relationed with the key. Created with react 18.0.0, Vite and Yarn, in addition, the development of unit tests with Jest.
https://github.com/gojax64/gif-app
api-rest react-js unit-testing
Last synced: 3 months ago
JSON representation
A simple Gif API Rest aplication, who search a key and returns GIFs relationed with the key. Created with react 18.0.0, Vite and Yarn, in addition, the development of unit tests with Jest.
- Host: GitHub
- URL: https://github.com/gojax64/gif-app
- Owner: GOJAx64
- Created: 2022-06-22T02:47:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T04:32:26.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T16:23:28.646Z (6 months ago)
- Topics: api-rest, react-js, unit-testing
- Language: JavaScript
- Homepage: https://gif-app-by-goja.netlify.app/
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gif-App
A simple Gif API Rest aplication, who search a key and returns GIFs relationed with the key.
Created with react 18.0.0, Vite and Yarn, in addition, the development of unit tests with Jest.
## How to run
Use to initialize the repository.
~~~
yarn install
~~~
Use to initialize the aplication in your local host.
~~~
yarn dev
~~~
## Take a look
[Gif-App Link](https://gif-app-by-goja.netlify.app/)
[Installation and configuration of Jest + React Testing Library](https://gist.github.com/GOJAx64/38a7dbea046d5c88d72f75095a4fb879)