BakhatBegum / Coursework-Planner

Your coursework planner
0 stars 0 forks source link

[TECH ED] Module Project: Store Page #68

Open BakhatBegum opened 9 months ago

BakhatBegum commented 9 months ago

Link to the coursework https://github.com/CodeYourFuture/HTML-CSS-Module-Project/tree/master/level-2

Why are we doing this? Thinking back to Fundamentals, we develop products through iteration. We don't build everything all at once, we add features over time. So let's embed that practice now by:

  1. extending the homepage by adding a new block to it.
  2. adding a new store page that allows users to buy a Karma device using an order form.
  3. connecting the 2 pages together by adding navigation

You are NOT required to make this page work on mobile devices! ;)

Stretch goals The radio buttons and checkbox in the design require some advanced CSS to follow the design while still using the native functionality of these inputs. Try and give it a go, but don't lose sleep over it if you don't manage! This is challenging and will require some research.

Maximum time in hours 8 How to submit

  1. Remember to commit and push your code often. Don't git add . Make sure you know what you are putting in your codebase.
  2. Once you're ready for review, do a final push and create a Pull Request.

    Note: If you've added your code to the same branch you were using last week, then it will just update your original Pull Request and you won't need a new PR.

How to review Ask for review from a classmate or mentor, clearly describing what you are looking for Make changes based on their feedback Review and refactor again next week Anything else? You'll find the designs at the following Figma links: HOMEPAGE - New section: https://www.figma.com/file/BPtLAPr1HhwQdNfxGyFouo/Karma-design?node-id=23%3A0 STORE - New page: https://www.figma.com/file/BPtLAPr1HhwQdNfxGyFouo/Karma-design?node-id=858%3A3

You can apply for a free Figma for Education account using your trainee subdomain email.

BakhatBegum commented 8 months ago

https://github.com/BakhatBegum/HTML-CSS-Module-Project/tree/NW6/Store/Bakhat