[Fullstack] Image Uploader
This project is a submission to a challenge by devchallenges.io. It allows the user to upload a picture to a server, and to retrieve the generated image URL. The URL can then be copied to the clipboard.
Features
- Frontend coded using React and the following libraries : framer-motion, styled-components
- Express server and Multer package to locally store images.