-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Why are we doing this?
A wireframe is a simple line diagram representing the skeleton of a website or an application’s user interface (UI) and core functionality. It shows where components should be in relation to each other and what, roughly, they should do.
A common task for a web developer is to take a wireframe and express it in web code. Websites are made up of regular, repeating component pieces, so before you start coding, identify each component on the wireframe and write that out as your skeleton.
How to submit
Fork Module-Onboarding to your Github account.
Check you are in the branch main
Make a branch for this project called feature/wireframe
Make regular small commits in this new branch with clear messages.
When you are ready, open a PR to the HYF repo, following the instructions in the PR template.
Make sure to add the “Needs Review” label to your pull request. A volunteer will review it, and you should keep iterating until they say it is complete.