Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juanaddiel/gifexpert


https://github.com/juanaddiel/gifexpert

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# React + Vite

This project is part of a React with JavaScript course I am currently taking. Here, we will create a GifExpert to search for gifs based on our needs. I used the integration of an API to retrieve the data sources. Finally, I conducted a small unit test to check for any potential resulting errors.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run dev

# production mode
$ npm run build
```