Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanaddiel/gifexpert
https://github.com/juanaddiel/gifexpert
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juanaddiel/gifexpert
- Owner: JuanAddiel
- Created: 2024-01-06T14:59:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T21:05:29.000Z (10 months ago)
- Last Synced: 2024-01-08T23:48:25.072Z (10 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```