Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 2.52 KB

README.md

File metadata and controls

90 lines (63 loc) · 2.52 KB

Image Uploader

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Challenge: Create an Image Uploader application.

  • Use any front-end libraries of your choice.
  • Create your API:

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.

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

How To Use

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

# Clone this repository
$ git clone https://github.com/thily00/Image-uploader.git

# Install dependencies
$ npm install

# add .env file in the root of your project:

# put your API URL on .env file like the example below
$ REACT_APP_BACKEND_URL = 'https://www.yourdomainename.com'

# Run the app
$ npm start

Contact