- Fetch a random fact from https://api.chucknorris.io/jokes/random
- Fetch query in api from https://api.chucknorris.io/jokes/search?query={query} the query string
- List the results of the search
- Input text to search
- Cards for listing the results
- A search button
- A "i'm feeling lucky" kind option
- Write in vanilla JavaScript
- Implement Typescript
- Write unity tests
- Write integration tests