Image Uploader

A web app to upload your images and obtain their link

About this project


I built this project as a part of Dev Challenge

My Process

I first started styling components based on Figma designs using tailwindcss, then after that, I implemented image upload functionality using NextJS.

For Image uploading I utilized firebase storage SDK, to manage the global state I used the Context API and finally for the copy-to-clipboard functionality I used the browser's built-in Clipboard API

I had a great experience and fun building it

Technical Sheet

Code technologies I got involved with while working on this project.


  • NextJS
  • ReactJS
  • Firebase (storage)
  • TailwindCSS
  • Context API
  • Clipboard API

Resources