Skip to content

eacz/img-uploader-front

Repository files navigation

This is an app created based on https://devchallengues.io challengue "Image Uploader".

This app fullfil the following 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

To run this app locally, follow these steps:

  1. Rename ".env.example" as ".env"

  2. Fullfil env variables as required

  3. Install dependencies running

    npm install
    # or
    yarn install
  4. Start local server running

    npm run dev
    # or
    yarn dev



Backend REST API for this project: https://github.com/eacz/img-uploader-back

About

Frontend for the image-uploader challengue of devchallengue.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published