Skip to content

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an an Image Uploader application.

Notifications You must be signed in to change notification settings

thily00/Image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an an Image Uploader application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published