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:
-
Rename ".env.example" as ".env"
-
Fullfil env variables as required
-
Install dependencies running
npm install # or yarn install
-
Start local server running
npm run dev # or yarn dev
Backend REST API for this project: https://github.com/eacz/img-uploader-back