Skip to content

ted-dino/image-uploader

Repository files navigation

Image Uploader

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

image

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.

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 this repository
$ git clone https://github.com/ted-dino/image-uploader.git

# Navigate to the new folder
$ cd image-uploader

# Install dependencies
$ npm install

# Run the app
$ npm run dev

NOTE: guide on how to get your API Keys. click me and rename the file named .env.local.example to .env.local and paste your API Keys there.

Acknowledgements