leonidasdel / image-uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-uploader

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

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 below given user stories:

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

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 these two repositories
$ git clone https://github.com/leonidasdel/image-uploader
$ git clone https://github.com/leonidasdel/image-uploader-backend

# Move to image-uploaded folder and install dependencies
$ npm install

# Run the app
$ npm start

# Move to image-uploader-backend folder and install dependencies
$ npm install

# Run the app
$ npm start

Contact

About


Languages

Language:TypeScript 52.4%Language:SCSS 32.6%Language:HTML 12.9%Language:JavaScript 2.1%