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, deploying cloud functions on Google Firebase.
- Display all user posts on home page
- Make posts, delete posts, like posts and add comments to posts
- User login, sign up, and authentication
- Customize your user profile
- Image uploads
- Notifications
Working Sample Account:
- Email - userx@email.com Password - 123456
- Node version 12.8.12 or higher
cd kin-io-client && npm install
npm start
Built-in webpack should automatically spin up a local development server and fire up your browser at: http://localhost:3000