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

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/

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)