This is a HTML and CSS based project which is build to create photograph gallery page. There is a bit of JavaScript add for the images slider. To start the website, you need to create a repository and all the files that are needed. SASS is also used in this project so the script attribute in the package.json file needs to be changed to compile SCSS file into CSS.
Bigger version of each image is going to be seen when clicking on each item. A few lines of Javascript code is added to implement that functionality.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Fork this repository
$ https://github.com/Mickaellah/photograph-gallery.git
# Clone the forked repository
$ git clone https://github.com/[your-user-name]/photograph-gallery.git
# Install dependencies
$ npm install
# Run the app
$ npm start
# Run and watch scss to compile css file. This one depends on what you used in your script attribute in the package.json file.
$ npm run scss:watch
- Website Clopedia
- GitHub @Mickaella