Skip to content

AfolabiOlajide/HNGx-Phase3-Image-Gallery

Repository files navigation

Image gallery Application

Image gallery application with drag and drop feature

Running the code on your local machine

  • download zip folder or clone the application
git clone https://github.com/AfolabiOlajide/HNGx-Phase3-Image-Gallery.git
  • install the application
yarn add

or

npm install
  • run the application
yarn run dev

or

npm run dev