View Art Thief here: https://art-thief.surge.sh/
- NOTE: THIS FRONT-END CLIENT IS MEANT TO PAIR WITH THE BACK-END SERVER WHICH CAN BE FOUND HERE: https://github.com/snphillips/art-thief
"Good artists copy; great artists steal."
I don't know about that, but I do know a good way to dislodge a creative block is to inspired by the work of the great artists, designers and creators that have come before us.
Art Thief allows users to view random images from the Cooper Hewitt Museum's collection, based on selected keywords such as angular, art deco, modernism etc.
Art Thief is a project to experiment with the Cooper Hewitt Museum's wonderful API. https://collection.cooperhewitt.org/api/
The server (back end) is Node/Express.
The client (front end) is React.
- Clone the repo 👯♀️
git clone https://github.com/snphillips/art-thief.git
- Get into the correct directory
cd art-thief
- Install the dependencies for the node server 🏗
npm install
- Start the React server
npm start
- Open a browser to http://localhost:3000/ Yay! 💃
- react (client)
- axios for API calls
- client hosted on Surge