AWS Image Upload UI

Simple UI that fullfills the following stories:

  • As a user, I can register

  • As a user, I can log in

  • As a user I can upload an image

  • As a user I can list my uploaded images with tumbnails

Getting started

  • Run yarn install to install the required dependencies

  • Request the project environment variables and copy them to your env file

  • Run yarn dev to run the development server - A browser window will open for http://localhost:7777

Building for production

  • Run yarn build to build the app for production

  • Run yarn start to run the built app in production mode