/Social-Media-App

Full stack, fully-featured social media web application using React, Firebase, Redux, Express, and Material-UI. Implemented backend REST API server with Node.js and Express, user login and authentication, image uploads, notifications, cloud functions, deploying to Firebase

Primary LanguageJavaScript

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: userx@email.com, 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