Website for searching artworks made available through the Art Institute of Chicago's API.
This project was carried out as part of the Web Development course. The goal is to explore data access through a Web API, incorporating various features such as: general presentation of results, data filtering, and sorting.
The API offered by the Art Institute of Chicago delivers data in JSON format through a REST-style service, enabling developers to incorporate the museum's public data into their projects.
git clone https://github.com/AlexandraCordeiro/artwork-search.git
cd artwork-search/project/
npm install evergreen-ui
npm run start
- React.js
- Evergreen UI for UI components
- npm to install dependencies
A big thank you to the Art Institute Of Chicago