An open API service indexing awesome lists of open source software.

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.

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)