This app lets users search for works of art at the Metropolitan Museum of Art using their Application Programming Interface. It also has the ability to create, read, update, and destroy ads inside the app.
- Search for artworks using the Metropolitan Museum of Art API.
- View details of individual artworks.
- Create, read, update, and delete ads within the application.
- Broken Image Icon: If the API does not return an image, a broken image icon is displayed. This will be fixed in a future update.
- Clone the repository:
git clone https://github.com/yourusername/project-3-art-gallery.git
- Install dependencies:
npm install
- Create a
.env
file in the root directory and add your MongoDB URI:MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.mongodb.net/<dbname>?retryWrites=true&w=majority
- Start the application:
npm start
- LinkedIn Integration: I would like to see an image of my project in the Featured section on LinkedIn. I've tried several ways of setting meta properties with the Open Graph Protocol, but nothing has worked yet. I even used LinkedIn's recommendations.
Hey there! 👋 I'm Jason, a visual artist turned full-stack developer. I'm passionate about blending creativity and technology to craft unique digital experiences. From designing sleek user interfaces to streamlining processes with automation, I'm all about turning challenges into intuitive solutions.
With a continuous thirst for learning and a knack for creative problem-solving, I'm committed to delivering impactful results that exceed expectations. My background as a visual artist gives me a unique perspective in software engineering, allowing me to approach projects with creativity and innovation.
- Implement a default image or placeholder when the API does not return an image to avoid displaying a broken image icon.