This is a clone of the Reddit app. it lets you post your thoughts and comments on others' posts.
- The user enters the website and registers for a new account.
- After registering the user logs in to their registered account.
- On the home page, the user can watch all posts from others.
- The user can add a new post on his profile after sign in to his account.
- The user can add a comment on other posts after sign in to his account.
- Once the user finishes browsing, they can log out of their profile by clicking on logout.
-
Clone this repo:
https://github.com/heleena-fadi/reddit-app -
Then Run
npm install -
build database
npm run build_db -
Run it on the local server
npm run dev
- HTML5
- CSS
- JavaScript
- Node.js
- Express.js
- PostgreSQL database
Heleena Darwish