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.
- Host: GitHub
- URL: https://github.com/akashanand708/gify-gallery
- Owner: akashanand708
- Created: 2020-10-19T09:22:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T11:01:21.000Z (over 4 years ago)
- Last Synced: 2025-01-04T08:42:06.944Z (5 months ago)
- Language: JavaScript
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
![]()
![]()
![]()
## 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.