https://github.com/ajeetchaulagain/react-image-gallery-demo
Demonstrates the use of react-image-gallery package - https://react-image-gallery-demo.ajeetchaulagain.com/
https://github.com/ajeetchaulagain/react-image-gallery-demo
Last synced: about 1 month ago
JSON representation
Demonstrates the use of react-image-gallery package - https://react-image-gallery-demo.ajeetchaulagain.com/
- Host: GitHub
- URL: https://github.com/ajeetchaulagain/react-image-gallery-demo
- Owner: ajeetchaulagain
- License: mit
- Created: 2022-09-04T11:53:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:54:02.000Z (over 3 years ago)
- Last Synced: 2025-01-15T11:11:07.458Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This project demonstrates the use of react-image-gallery
- [View demo of the app](https://react-image-gallery-demo.ajeetchaulagain.com/)
## Instructions on Running Project
**Note**: This project is scaffolded using [create-react-app](https://reactjs.org/docs/create-a-new-react-app.html#create-react-app). Follow along tutorial for this project is https://ajeetchaulagain.com/blog/react-image-gallery
## Running a Project
1. Clone this repo and cd to project root directory
2. Install required npm packages - `npm i`
3. Run the dev server - `npm start`
This will lunch your app at port 3000. Browse [http://localhost:3000](http://localhost:3000) to view the app.
## Contribution
If you find any issues or improvement regarding the code please consider submitting the pull request.
## License
This project is open source and available under [MIT License](LICENSE)