You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made a social app that can be used for posting updates, comment, and interact similar to twitter, using React as major frontend and Node.js, Express as backend. The database used: firebase.
git clone https://github.com/gkanishk/social-client
cd social-client
yarn
yarn start
Will load at:
localhost:3000
Licensing:
About
Made a social app that can be used for posting updates, comment, and interact similar to twitter, using React as major frontend and Node.js, Express as backend. The database used: firebase.