varJonathanR / image-uploader

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

Home Page:https://image-uploader-flax.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://image-uploader-flax.vercel.app/


Languages

Language:TypeScript 75.6%Language:JavaScript 18.6%Language:CSS 5.7%