Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.04 KB

Social-Media-App

Full stack, fully-featured social media application using React, Firebase, Redux, Express, and Material-UI.

Implemented backend REST API server with Node.js and Express and cloud functions on Firebase

To log in: make any email you want and password longer than 4 characters

Working Sample Account: [email protected], 123456

Features:

  • Make posts, like them and add comments
  • user login, sign up, and authentication
  • Customize your user profile
  • Image uploads
  • Notifications

Website:

Edit: Remote version of the app will probably stop working as dependencies get outdated. I don't actively support this app anymore. Feel free to suggest changes if you want.


Running Frontend side locally:

To run this app:

1: Install packages

run npm install

2: Run project

run npm start

3: Open it

go to http://localhost:3000