Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.11 KB

Image Loader

Image Loader is a full-stack web application which allows users to upload an image from their local files and have it displayed on the homepage. Alongside the desired picture, users will need to add a description and choose from one of five avatars. Users will need to login with their Google account in order to access the app.

Technologies used: React, Node.js, Express, Firestore.

Screenshots of Application

Screenshot 2022-12-30 at 9 40 33 PM

Screenshot 2022-12-30 at 9 41 01 PM

Installation and Setup

Clone the project onto your machine.

Install all npm packages. Go into the project folder and type the following command to install all npm packages:

npm install

Use the following command to run the application locally:

npm start

To see the app running, go to localhost:3000 using your web browser.

Acknowledgements