Skip to content

This is an app that allows you to upload images and get a link to share them with others.

Notifications You must be signed in to change notification settings

Camilo-J/ImageUploader

Repository files navigation

Image Uploader

This is a simple image uploader that allows you to upload images and get a link to share them with others. It is built with Next.js and uses a simple API(Express) as a backend.

Features

  • Upload images
  • Get a link to share images with others

Screenshots

Image description

Image description

Image description

Demo

You can try the app here(Deploying).

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repo, or download the zip file

    git clone git@github.com:Camilo-J/ImageUploader.git
  2. Install NPM packages

    npm install
  3. Create a .env.local file in the root directory and add the following variables

     NEXT_PUBLIC_API_URL= your backend url
     FRONT_IMAGE_DOMAIN= your image domain
  4. Run the app

    npm run dev

License

Distributed under the MIT License. See LICENSE for more information.

About

This is an app that allows you to upload images and get a link to share them with others.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published