mirror of https://github.com/01-edu/public.git
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.
29 lines
1.1 KiB
29 lines
1.1 KiB
5 years ago
|
## groupie-tracker-visualization
|
||
|
|
||
|
### Objectives
|
||
|
|
||
|
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject.
|
||
|
|
||
5 years ago
|
Groupie-tracker-visualization consists on manipulating the data coming from the API and displaying it in the most presentable way possible to you, following the [_Schneiderman's 8 Golden Rules of Interface Design_](https://www.interaction-design.org/literature/article/shneiderman-s-eight-golden-rules-will-help-you-design-better-interfaces) :
|
||
5 years ago
|
|
||
|
- 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
|
||
|
|
||
|
This project will help you learn about:
|
||
|
|
||
|
- The basics of human-computer interface.
|
||
|
- The basics of CSS.
|
||
|
- Linking CSS and HTML.
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- Your project must contain **CSS**.
|
||
|
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
|
||
|
- We suggest you to search for the principles of a good website design.
|