My year 2 Web Development assignment 1. the aim is to research and develop a Web-based client application that uses the publicAPI (v.2) of the Victoria & Albert Museum (V&A) to search and browse the museum's collection. My REST API client must:
- Be a dynamic, fully responsive, standards compliant, web page
- Follow the Single Page Application (SPA) design pattern
- Provide an HTML form for users to enter a search term
- Use asynchronous HTTP requests to query the API with the search term
- Dynamically display the search results (image, title, description, date)
- Follow best practice with regard to coding standards, usability and accessibility
- Use vanilla HTML, CSS and JavaScript (no frameworks or external libraries)