This mock website was created for a website design class at Southern New Hampshire University. The business is called Fluffy Puppies and is a local dog grooming business. The purpose of this fake website was to create pages using HTML, CSS, JS. Pre-built libraries like bootstrap etc. were not permitted for use.
To run the app locally, you will first need to git clone the repository to your local machine.
HTTPS:
$ git clone https://github.com/Brandenlanghals/FluffyPuppies.git
SSH:
$ git clone [email protected]:Brandenlanghals/FluffyPuppies.git
Once cloned, cd into the repository. You can then start the app locally by running:
Right click inside of index.html and select "Open with live server"
- [HTML5]
- [CSS3]
- [JavaScript]
See contribution history here
Create book now featurea allowing clients to make appointments online. Demonstrate functionality through using local storage.