-Screenshot of Uploading and Displaying Images

-Progress Bar
Once the image starts uploading the progress bar will shows the transition from 0 t0 100. And also a success message will displays once it completed the uploading.-Modals
OnClick of any images in the gallery, it will show the image in a modal with exact size of the image.-Responsive UI
-Multer
Multer middleware is used to handle file upload(image upload).-Express.static()
Express.static, builtin middleware of express js is used to serve the static files (images) to the client.-Axios
Axios is a popular javascript library for making HTTp request from the client side.(promise-based HTTP client for browser and node js).-Plain CSS
UI styled using plain css.-Vite
for bundling and serving app.- Install Dependencies
- Run
npm installto install the app's dependencies.
-Start the App
- Run
npm run devto start the app
