Skip to content

Neider28/image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Image Uploader

An Image Uploader application πŸ†. By devChallenges πŸ‘Ύ. It was developed with Next.js, React.js and CSS. Deployed in Vercel πŸ‘Œ. The backend of the app was also built by me 😎.

Next.js React.js CSS3 Vercel

πŸ”§ Characteristics:

  • You can drag and drop an image to upload it.
  • You can choose to select an image from your folder.
  • You can see a loader when uploading.
  • When the image is uploaded, you can see the image and copy it.
  • You can choose to copy to the clipboard.

πŸ”¨ Previous Requirements:

You must have node installed on your computer to run the project πŸ“Œ.

πŸ“² Screenshots:

screenshot 1

screenshot 1

screenshot 1

βœ… Installation:

  • Clone the repository with the command: git clone https://github.com/Neider28/image-uploader.git
  • Install the project dependencies with the command: npm install
  • Run the project with the command: npm run dev