Skip to content

The course Web App From Scratch is about learning to build web applications with vanilla HTML, CSS & JavaScript, without frameworks or unnecessary libraries. Web App From Scratch is part of the half year minor programme about Web Design and Development in Amsterdam. Bachelor Communication and Multimedia Design, Amsterdam University of Applied Sc…

License

Notifications You must be signed in to change notification settings

KaivWezel/Sprekende-kunst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kai van Wezel

Web App From Scratch

Sprekende kunst

Live demo : Sprekende Kunst

Description

This app uses the Rijksmuseum API to collect art for you. You can submit some keywords to search within the artcollection of Rijksmuseum. The application will then return a list of artworks that match your keywords.

Images

Zoekpagina:

Zoekveld

Resultatenpagina:

Resultaten pagina

Installation

To install this project, clone the repo to your machine. Navigate to the 'Rijksapp' folder. To make this work, you have to serve this folder to the client from a server. You can do this with some plugin in vscode or use other scripts on the internet.

Features

Detailed search

There are a lot of keywords and categories available at the Rijksmuseum. Using the searchfields, you can pretty much acces the entire database with all its categories and filters.

Relevance

With the huge amount of art you can access, a long list will probably return to you. To prevent a really long scrolling adventure, the results are sorted on relevance of your keywords.


Activity Diagram

Activity Diagram Activity Diagram

Rijksmuseum API

The data in this app is all available via the public API of the Rijksmuseum. The Rijksdata organisation makes all items accessible to this app and everyone who would like to access it.

About

The course Web App From Scratch is about learning to build web applications with vanilla HTML, CSS & JavaScript, without frameworks or unnecessary libraries. Web App From Scratch is part of the half year minor programme about Web Design and Development in Amsterdam. Bachelor Communication and Multimedia Design, Amsterdam University of Applied Sc…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.1%
  • JavaScript 29.6%
  • CSS 27.3%