Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 825 Bytes

readme.md

File metadata and controls

43 lines (23 loc) · 825 Bytes

Simple Salad Recipe Generator

Generate a simple three - six ingredient salad recipe saved to a PDF file.

A mobile first, responsive recipe generator created using Javascript, jsPDF, HTML, and CSS.

Features:

  • Mobile First, responsive Design

  • Made with Javascript, JSPDF, HTML5, CSS3

screenshot1

screenshot2

screenshot3

screenshot4

  1. Clone project.
git clone https://github.com/brandon-wallace/saladgenerator.git
  1. Run a server in the project directory.
$ cd saladgenerator/

$ python3 -m http.server 8000

  1. Browse to http://127.0.0.1:8000.

License

This project is licensed under the GPL-3.0 License.