You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nprimo 29b2fc9d6f fix: update broken links in `audit/README.md` files 8 months ago
..
audit fix: update broken links in `audit/README.md` files 8 months ago
README.md typo and grammar enhancements 3 years ago
audit.md feat(audit.md): restore old audit.md files 9 months ago

README.md

groupie-tracker-visualizations

Objectives

You must follow the same principles as the first subject.

Groupie tracker visualizations consists of manipulating the data coming from the API and displaying it in the most presentable way possible to you. The Schneiderman's 8 Golden Rules of Interface Design must be followed:

  • Strive for consistency
  • Enable frequent users to use shortcuts
  • Offer informative feedback
  • Design dialogue to yield closure
  • Offer simple error handling
  • Permit easy reversal of actions
  • Support internal locus of control
  • Reduce short-term memory load

Instructions

  • Your project must contain CSS.
  • The code must respect the good practices.
  • We suggest you to search for the principles of a good website design.

This project will help you learn about:

  • The basics of human-computer interface.
  • The basics of CSS.
  • Linking CSS and HTML.