Skip to content

SilverMarcs/express-social-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-social-client

A demo of this frontend is available here

This is the web frontend for a social network site using a ExpressJS backend server (linked below)

Link to backend repository
Link to react native frontend repository

Demo

*Requires sign-up but feel free to use the dummy email and password.
Sample account: [email protected] and 12345678

Showcase:

image

Stack used:

  • ReactJS
  • MUI (MaterialUI) for Styling/Styled Components
  • Redux & Redux Toolkit for state management

Running locally

  • Git clone the repository from terminal
git clone https://github.com/SilverMarcs/express-social-client.git
  • Move to the cloned folder
cd express-social-client
  • Install node dependencies and wait until they get installed
npm install
  • Rename .env.example file to .env and input http://localhost:3001 as REACT_APP_API_URL (default for the ExpressJS server referenced in this project)

  • Start the project. It should start running at http://localhost:3000 and open in your browser automatically.

npm run start