forked from CodeYourFuture/Module-HTML-CSS
-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TECH ED] Wireframe to Web Code #46
Labels
📅 HTML-CSS
Tickets for HTML-CSS
🔑 Priority Key
Do this first
🏕 Priority Mandatory
This work is expected
🐂 Size Medium
1-4 hours
🎯 Topic Problem-Solving
Breaking down problems and building up solutions
🎯 Topic Requirements
Interpreting requirements with precision and accuracy
🎯 Topic Structuring Data
Describing, organising, and systematising data
🎯 Topic Testing
It's important that software works and that people can use it
📅 Week 1
Assigned during Week 1 of this module
Comments
sairaheta1
added
🎯 Topic Problem-Solving
Breaking down problems and building up solutions
🎯 Topic Requirements
Interpreting requirements with precision and accuracy
🎯 Topic Structuring Data
Describing, organising, and systematising data
🎯 Topic Testing
It's important that software works and that people can use it
🏕 Priority Mandatory
This work is expected
🐂 Size Medium
1-4 hours
📅 HTML-CSS
Tickets for HTML-CSS
📅 Week 1
Assigned during Week 1 of this module
🔑 Priority Key
Do this first
labels
Jul 17, 2024
github-project-automation
bot
moved this to 📋 Backlog
in Curriculum Coursework Planner Board
Jul 17, 2024
Kamino cloned this issue to Ebtesammm/Coursework-Planner |
This was referenced Sep 9, 2024
Kamino closed and cloned this issue to DianaRCruz/Coursework-Planner |
Kamino closed and cloned this issue to DelwinMansur/DelwinMansur-Coursework-Planner |
Kamino cloned this issue to kostiantynkovalchuk/Coursework-Planner |
Kamino cloned this issue to FabioMedinaD/Coursework-Planner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📅 HTML-CSS
Tickets for HTML-CSS
🔑 Priority Key
Do this first
🏕 Priority Mandatory
This work is expected
🐂 Size Medium
1-4 hours
🎯 Topic Problem-Solving
Breaking down problems and building up solutions
🎯 Topic Requirements
Interpreting requirements with precision and accuracy
🎯 Topic Structuring Data
Describing, organising, and systematising data
🎯 Topic Testing
It's important that software works and that people can use it
📅 Week 1
Assigned during Week 1 of this module
Link to the coursework
https://github.com/CodeYourFuture/Module-HTML-CSS/tree/main/Wireframe
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 relationship 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.
Maximum time in hours
4
How to get help
Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.
You can also open draft PRs and link to the actual code you are working on.
How to submit
There are several projects in this repo. Make a new branch for each project. This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.
How to review
Anything else?
A really good habit to get into is to look at existing web pages and turn them into wireframe sketches. You can do this with pen and paper. You don't have to be good at drawing: it's just lines and boxes. Start to look at the internet like a web developer: break it down and understand how it was made.
A good place to start is Youtube. What components make up those views? Can you sketch them? What about GitHub? Somebody made everything you see.
The text was updated successfully, but these errors were encountered: