Darius2652 / Burgr

An open-source recreation of the Burger website shown on /r/webdev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An open-source recreation of a Burger promo site, inspired by a post on the /r/webdev subreddit.

Viewing / editing

Ready-to-run HTML, CSS and JS files can be found in the Compiled folder for easy access.

I built the site using NodeJS, Express, SASS and Pug. To use these:

  • Make sure you've got NodeJS installed
  • Run npm install to download the necessary dependencies
  • Run npm start or node index.js to start the server
  • Go to localhost:8080 using your web browser

Licencing and Credits

Meant for educational purposes, but feel free to use it for any reasons within the limits of the MIT license.

Original post and inspiration was created by Reddit user Informal-Abies-3343 (Account has since been deleted)

About

An open-source recreation of the Burger website shown on /r/webdev

License:MIT License


Languages

Language:JavaScript 27.5%Language:CSS 27.2%Language:Sass 27.1%Language:HTML 10.8%Language:Pug 7.4%