Skip to content

Frontend for a sandbox social-media model to practice full stack application design. Implements MERN stack, and demonstrates functionality such as user authentication, sensitive data storage, profile management, user interactions and admin tools.

Notifications You must be signed in to change notification settings

zing-rsa/mern-social-frontend

Repository files navigation

Mern-social-frontend

Mern Social is a code project that aims to simulate a social media similar to Twitter, where users can create accounts, log in, and post short messages + media to share with others. Users can also follow and unfollow each other, as well as like and reply to posts. The primary purpose of this project is to explore the JavaScript(MERN) ecosystem and improve my skills in React and API design. Thanks for checking it out.

Hosted here.

Debug

npm install

If running the backend locally:

  • customize REACT_APP_API_URL in a .env.development.local
  • npm run start

If connecting to dev backend

  • npm run start:dev

Build

npm run build:prod

Contributing

  1. Branch dev
  2. use feature/ change/ defect/
  3. PR to dev

Back-end at: mern-social-backend

About

Frontend for a sandbox social-media model to practice full stack application design. Implements MERN stack, and demonstrates functionality such as user authentication, sensitive data storage, profile management, user interactions and admin tools.

Topics

Resources

Stars

Watchers

Forks