Skip to content

This is a HTML, SASS and CSS based website. There is a little bit of JavaScript which is used to implement the image slider.

License

Notifications You must be signed in to change notification settings

Mickaellah/photograph-gallery

 
 

Repository files navigation

Front end finals

Overview

screenshot

Built With

What I did

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.

How does it work

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.

How To Use

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

Contact

About

This is a HTML, SASS and CSS based website. There is a little bit of JavaScript which is used to implement the image slider.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.2%
  • SCSS 30.4%
  • CSS 27.2%
  • JavaScript 6.2%