/IE-Project-Reddit

a simple server-client reddit web application implemented with React and Node.js

IE-Project-Reddit

a simple server-client reddit web application implemented with React and Node.js This app is kind of a social media app, people can sign up and post their favorite contents online. Also there exists some communities that are run by some admins. People can join these communities and share their posts via them. Every user can see their following communities recent posts on their home page.

Sign Up

audio

Sign in

audio

Home Page

audio

Community Page

audio

Community Page

audio

Create Post

audio

User Account

audio

User Profile

audio

User Page

audio

Post

audio

Installation

Use npm install to install client dependencies and server dependencies in their own folders. To run server: nodemon ./index.js To run client: npm start