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.
23 lines
1.1 KiB
23 lines
1.1 KiB
5 years ago
|
#### Functional Project Questions
|
||
|
|
||
|
##### Does the colors used allow you to see the text properly?
|
||
|
##### Is the design consistent? (examples: every page follows the same pallete of colors, is all centered or is it everything aligned to the right, etc.)
|
||
|
##### Is the design responsive? (when you change the width/ height of the page, is the site consistent?)
|
||
|
##### Is the design interactive? (does it interact with the actions of the user?)
|
||
|
|
||
|
##### +Is it easy to use the web site?
|
||
|
##### +Does it have a background?
|
||
|
|
||
|
#### Basic
|
||
|
|
||
|
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
|
||
|
###### +Is the output of the program well structured? Does any letter seems to be out of line?
|
||
|
###### +Is there a test file for this code?
|
||
|
###### +Are the tests checking each possible case?
|
||
|
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)?
|
||
|
|
||
|
#### Social
|
||
|
|
||
|
###### +Did you learn anything from this project?
|
||
|
###### +Would you recommend/nominate this program as an example for the rest of the school?
|