This is an Image Uploader application built using React, Node.js, Express, and Tailwind CSS. The application allows users to upload images, either by dragging and dropping them or by selecting them from their local folders. It provides a seamless user experience with a loader while uploading and allows users to view the uploaded image and copy its URL to the clipboard.
To run the Image Uploader application locally, follow these steps:
git clone https://github.com/oussama-gadria/image-uploader.git
cd image-uploader
npm install
npm start