Contact me for the Heroku link!
InterImage is a web app that allows you to upload images and provides a unique link to access the image later.
The website's functionality includes:
- A choice between uploading with a standard file selection, or via drag and drop
- Validates whether the file is an image, and rejects it if not
- Also supports .gif files, and they show up animated
- Uploads the file to MongoDB, where it also fetches the image's binary data based on a unique id
- Provides a unique link to access the uploaded image at a later date, or share with someone else
- Link can also be copied via clicking a Copy Link button
Technologies used:
Frontend
- React + React Router
- HTML/CSS
- Axios
Backend
- Express
- Axios
- MongoDB
- Mongoose
- Multer