Given *this* specific backend API and *these* two screenshots, write a frontend App in whatever technology you want, that fulfills the following requirements 1. The default view for the application is the Item List page. 2. When an Item on the Item List page is clicked, the application should navigate to the Item Detail page. 3. It should be possible to navigate directly to an Item Detail page by URL. 4. Implement the Item List page according to the specification. 5. Implement the Item Details page according to the specification. 6. Please use the provided [API](./API.md). 7. Please do not use any boilerplate such as `create-react-app`.