starjardin / photography-website-landing-page

Hello world! This site was built back in 2020 with semantic HTML5 and CSS3. This is my first published site on my web development journey. The website uses SASS and mirrors a figma design.

Home Page:https://front-end-finals-starjardin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photography website landing page

Table of Contents

Dependencies

  • Node.js
  • Figma
  • Figma Font Helper

Design

  • You can find the design here

How To Use

We'll be using the scss folder for all our Sass files.

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:

# Clone this repository
$ git clone https://github.com/starjardin/photography-website-landing-page.git

# Install dependencies
$ npm install

# Run the app
$ npm start
  • To run the code in your local machine, run npm run scss.

Development

You'll want to run the scss:watch task when you're developing this project.

Contact

About

Hello world! This site was built back in 2020 with semantic HTML5 and CSS3. This is my first published site on my web development journey. The website uses SASS and mirrors a figma design.

https://front-end-finals-starjardin.vercel.app

License:MIT License


Languages

Language:HTML 59.9%Language:CSS 25.5%Language:SCSS 13.2%Language:JavaScript 1.4%