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.

50 lines
1.9 KiB

#### Functional
##### Try to start typing in the search bar `"Billie Joe"`.
###### Does it present as suggestions the member "Billie Joe Armstrong"?
##### Try to start typing in the search bar `"Japan"`.
###### Does it present as suggestions "saitama-japan", "osaka-japan" and "nagoya-japan"?
##### Try to search for the artist/band `"Scorpions"`.
###### Does it present as result "Scorpions"?
##### Try to search for the member `"Jimi Hendrix"`.
###### Does it present as result "The Jimi Hendrix Experience"?
##### Try to search for the member `"Phil Collins"`.
###### Does it present as result "Phil Collins" and "Genesis"?
##### Try to search for the location `"london-uk"`.
###### Does it present as result "Pink Floyd", "Led Zeppelin", "Aerosmith", "Alec Benjamin", "Nickelback", "Eagles", "Linkin Park" and "Coldplay"?
##### Try to search for the artist/band `"queen"`.
###### Does it handle the case sensitive and presents as result "Queen"?
##### Try to search for the first album date `"05-08-1967"`.
###### Does it present as result "Pink Floyd"?
##### Try to search for the creation date `"1973"`.
###### Does it present as result "ACDC"?
##### Try to search for the creation date `"1965"`.
###### Does it present as result "Scorpions" and "Pink Floyd"?
#### General
###### +Does the search bar have typing suggestions as you write?
###### +Is there a search icon and button?
###### +Is the search bar or button Animated?
#### Basic
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)?
###### +Are the instructions in the website clear?
###### +Does the project run using an API?
#### Social
###### +Did you learn anything from this project?
###### +Can it be open-sourced / be used for other sources?
###### +Would you recommend/nominate this program as an example for the rest of the school?