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.
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.