akashanand708 / gify-gallery

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with 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 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 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 <relative path of spec file>

Run your specific spec file for your react component.

npm run lint

Run your all spec file for all react component.

npm run lint <relative path of spec file>

Run your specific spec file for your react component.

About

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


Languages

Language:JavaScript 81.2%Language:SCSS 12.4%Language:HTML 6.4%