{Image Uploader}

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

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 installed on your computer and a Firestore project with storage setup. You'll also need From your command line:

# Clone this repository
$ git clone https://github.com/carmtsang/image-uploader

# Install dependencies
$ npm install

# Add a new .env file
$ touch .env

# Add  your Firestore keys to .env using .env.example for reference

# Run the app
$ npm start

Contact