You can try this app by visiting Museums
In this application, the user can explore the works of art that are displayed in the museum.
- The user can select one of three museums. The API of each museum are assigned differently, so the user can see different behaviour of the system.
- After selecting a museum with correct API, the user can see all departments of this museum.
- After the user selects the needed department, he can see 10 photos of artworks that present in this department. Also by clicking on the image the user can see the data about this object.
- By clicking on an image, the user can see data about that object.
- HTML
- CSS
- JavaScript
- API integration
├── README.md
├── index.html
├── public
│ └── style.css
└── src
├── pages
│ ├── departmentData.js
│ ├── departmentPage.js
│ ├── errorPage.js
│ └──mainPage.js
├── views
│ ├──back.js
│ ├──choiceMuseums.js
│ ├──departmentItemView.js
│ ├──errorView.js
│ ├──loader.js
│ ├──mainView.js
│ └──modalView.js
├──constants.js
└──script.js