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

https://github.com/akashanand708/gify-gallery

This small project is showing gify images with slide show on clicking of any image.
https://github.com/akashanand708/gify-gallery

Last synced: 3 months ago
JSON representation

This small project is showing gify images with slide show on clicking of any image.

Awesome Lists containing this project

README

        

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Deployed application link:
https://gifygallery-akashanand110390.netlify.app/

## Scrrenshots:
Screenshot 2020-10-19 at 3 21 05 PM
Screenshot 2020-10-19 at 3 21 10 PM
Screenshot 2020-10-19 at 3 22 18 PM
Screenshot 2020-10-19 at 3 22 29 PM

## Setting up environment variable
Copy `.env-example` file at the same location (Root of the project) and name it like `.env`
and set the REACT_APP_API_KEY.

## Available Scripts

In the project directory, you can run:

### `npm run start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm run test`

Launches the test runner in the interactive watch mode.

See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

### `npm run test`
Run your all spec file for all react component.

### `npm run test `
Run your specific spec file for your react component.

### `npm run lint`
Run your all spec file for all react component.

### `npm run lint `
Run your specific spec file for your react component.