Coder Social home page Coder Social logo

number-guesser-refactor's Introduction

Number Guesser

HTML & CSS Refactoring Activity

Notes from this lesson can be found here.

Installation Instructions

  • Fork this Repo
  • Clone down to your machine
  • cd into the directory
  • Run open index.html to view in browser

Grade the project

In breakout rooms, use the rubrics below to score this project. You will not need to look at the JavaScript file! Focus on the HTML and CSS files only. Be ready to discuss your scores when we come back.

HTML Rubric

4:

  • Developers use BEM, SMACCS, or another set of naming conventions for classes.
  • Application fully implements HTML that is accessible for individuals with visual disabilities. Note: This is checked using Chrome DevTools Lighthouse audit tool.

3:

  • Application utilizes consistent naming for HTML classes and IDs, and follows suggested conventions. Example: classes should be named using kabab-case, ids should be used sparingly

2:

  • Application uses an appropriate amount of HTML semantic elements. Semantic elements like <button>, <li>, etc. are used instead of <div> or <span>. If <div> or <span> elements are used, they are only for styling purposes.

1:

CSS Rubric

4:

  • CSS is DRY, utilizing classes/rules to cut down on repetitive styles.
  • Microinteractions such as hover states and animations have been thoughtfully added to improve the user experience.
  • Design is responsive across small, medium and large breakpoints.

3:

  • CSS includes several examples of using a class to apply a styling rule block to multiple elements.
  • The design of the page is cohesive and ensures an intuitive user experience. Any user could navigate the application without any guidance from the developer.

2:

  • Developer makes attempts to write DRY CSS by having at least 1 example of using a class to apply a styling rule block to multiple elements.
  • There is no use of the !important tag. One exception may be for a .hidden class.
  • The design of the page does not match the overall layout provided in the comp.

1:

Original Comp:

comp

number-guesser-refactor's People

Contributors

kaylagordon avatar karenguyen94 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.