Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.01 KB

This was put together for the Responsive Web Design course on FCC. The primary aim was to create a responsive product landing page. The inspiration for this project is Acme Klien Bottle.

View here.

Project requirements

The project requirements can be tested by selecting the "hamburger menu" in the top left and selecting the "product landing page" option.

Project Improvements

  • Deployed to on Github pages here.

Usage

  1. Clone the Repository

    $ git clone https://github.com/normanrichardson/FCC-Landing-Page.git
    $ cd FCC-Landing-Page
    
  2. Run a local server

    For example:

    $ python -m http.server
    

    View on localhost:8000