Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 665 Bytes

Photogram

This project is a clone of the Instagram web app, built using ReactJS and connected to a Firebase backend to improve its functionality - from signing up to uploading posts, and adding comments to posts.

Available Scripts

After forking or cloning the repo, you can run the following in the app directory:

npm i or yarn install.

Installs the required dependencies.

yarn start or npm start.

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.