ReactJS app to record your artwork collection
I created this app because I collect artwork from my great-grandfather (he was an artist and graphic designer in the 50s-60s in Chicago), as well as pieces I’ve purchased from travels abroad. I wanted a central repository to easily track the artwork I own as well as its details.
Main functionality:
Future functionality:
### View your artwork collection
### Artwork details
## Add new artwork (or edit existing artwork)
## View artwork by specific artist
Art Archive is a front-end application built with React, Bootstrap, and Cloudinary to store images. All data is user-generated and stored in a json-server database.
Clone the repo to your computer and run npm install
in the directory
Start the json-server:
cd
into api folderjson-server -p 5001 -w db.json
When you’re ready to start the server:
README.md
)npm start
This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Data will be served from the main API hosted online.
This project was bootstrapped with Create React App.