Skip to content

React client for previewing images before uploading them to API (Django).

Notifications You must be signed in to change notification settings

heymonicakay/PicPreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pic Preview

Preview your images before uploading them.

Application Overview

Pic Preview is a demo app that allows users to preview the image they would like to upload before actually uploading it.

Features

• Users can upload images from their computer to the Pic Preview API.
• The preview feature allows users to see what the image looks like before they upload it. • Users can change the chosen image as many times as they would like before uploading and preview each selection.

Technologies Used

HTML5 CSS3 JavaScript React Git GitHub Visual Studio Code

Running This Application

First, a note about authentication...

This application uses mock authentication which is purely for demonstration purposes. Therefore the login and registration code written here is completely insecure and would never be implemented in a professional application.

Now that we've cleared that up...

  1. Clone this repository and change to the directory in the terminal.
git clone git@github.com:heymonicakay/wideRetriever.git
cd wideRetriever
  1. Access the data.

Wide Retriever Server Repo

  1. Launch the client.
    npm install
    npm start

Demo User Credentials

Username: demo
Password: demo

ERD

Created by Monica Kay

Monica Kay GitHub Monica Kay LinkedIn

About

React client for previewing images before uploading them to API (Django).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published