Abbey Hart

WTF Bake

20181min

About the project:

What the f*** should I bake? I love to bake but sometimes I need inspiration for what I should bake. This site solves that problem! Made in Node.js and styled with Sass, this site runs through a list of random baked goods with their recipe site attached.

I used the following technologies to create WTF Bake:

  • Express
  • Node.js
  • Pug templating
  • Sass
  • Now

Project

Project on Github

I started WTF Bake after finishing Wes Bos’ Learn Node course because I wanted to apply what I learned to my own website. While building WTF Bake, I did use only what was taught in Wes Bos’ course but if I remade it today, I would use Gatsby.js instead of Pug. Gatsby offers the same simple templating that Pug offers and uses markdown instead of its own defined schema. Markdown in general is handy to know and I would always prefer to improve a skill that can be used in many places rather than a specific schema for one piece of technology.

WTF Bake is deployed using Now and while Now makes it easy to deploy any website using the command line tools, Gatsby has a built in deployment with Now that is simpler to use and quicker to learn because of how good Gatsby’s documentation is.