DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

A single page application that allows users to join a social network

social-network

Running the project

A single page application that allows users to join a social network

In this project we’ll have two servers running simultaneously, one for the client-side and one for the server-side.

  • To run both servers simultaneously

  • To run the servers individually, in two different tabs in your terminal run:

  • Once both of your servers are up and running, you can see your project on localhost:3000

Overview

A single page application that allows users to join a social network and write posts and comments in them

Feature

Technologies

A single page application that allows users to join a social network CSS A single page application that allows users to join a social network Typescript
A single page application that allows users to join a social network React A single page application that allows users to join a social network Redux
A single page application that allows users to join a social network nodejs A single page application that allows users to join a social network Express
A single page application that allows users to join a social network Postgres A single page application that allows users to join a social network AWS
A single page application that allows users to join a social network Socket IO

Preview

Registration

Login

A single page application that allows users to join a social network

Edit Bio

A single page application that allows users to join a social network

Upload Profile Picture

A single page application that allows users to join a social network

Friends and Friend Request

A single page application that allows users to join a social network

Search Friends

A single page application that allows users to join a social network

GitHub

View Github

Top comments (0)