Skip to content

Image Uploader is an application that allows you to upload an image to Cloudinary and obtain the image URL for easy sharing.

Notifications You must be signed in to change notification settings

varJonathanR/image-uploader

Repository files navigation

Image Uploader

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Image Uploader Preview

This project allows you to upload images to a cloud (Cloudinary) and obtain a URL to share it with anyone you want. Built with Next.js, the uploaded images will not be used inappropriately. For optimization and cloud storage reasons, only .webp images are allowed.

Note: Do not upload weird images

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/varJonathanR/image-uploader

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Contact

About

Image Uploader is an application that allows you to upload an image to Cloudinary and obtain the image URL for easy sharing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published