Skip to Content Fork me on GitHub

Build a Lifehack Calculator

Posted on One min read

Prerequisite

  • HTML5
  • CSS
  • JavaScript, jQuery
  • Optional
    • Responsive Design with Bootstrap

You do not need to understand all knowledge of HTML5, CSS, and JavaScript.

Requirement

Objective: Build a CodePen.io app that is functionally similar to this: http://gumroadplancalculator.yingjiehu.com/.

Here are some ideas you can consider.

  • Compare plans from multiple companies (e.g., cell phone plans, cloud storage plan)
  • Compare plans from one companies (e.g., mortage plans from one bank)

Rule: Don’t look at the example project’s code. Figure it out for yourself.

Use whichever libraries you need. Give it your own personal style.

Optional:

Remember to ask questions in Discord if you get stuck.

Additional Resources