best-programming-club-2020-12-20

Assignment

  1. BYO-Assignment: Add a new feature to the Farmer's Market shop that would improve the user experience.
  2. Come up with a nicer user interface design (in an Adobe program, Figma, Sketch, etc) and add a screenshot of it to this README (See GitHub guide on images in Markdown.)

Getting the assignment

Fork this repository

Install Prettier for VSCode

Completing the assignment

Make sure to commit your changes as you're making progress on the assignment. You'll receive feedback on the commit messages. Remember, commit messages should be short and sweet, in present-tense with an imperative tone. For example:

rename cart variable

Remember...

  • Actively ask the Discord channels for help!
  • Google as much as you can, using the keywords you've learned. For example, search "how to create HTML from javascript" or "what is javascript forEach" or "what is javascript dataset". MDN is a great keyword to include in your searches for reference materal, for example "MDN javascript array".
  • Don't be afraid to commit code that's not working yet.