This is our whole clone for Reddit social media website. This work starts in October 2022.
- React v18.2.0
- Material UI for existing components and some animations.
- React-icons Library for icons as components
- Redux-Toolkit For saving every thing related to the current user
- Draft-js For creating a post editor
- draft-js-export-markdown For converting the editor state to markdown text
- draft-js-import-markdown For converting the readme text to the state to markdown text
- React-Google-login For continue with Google feature
- JsDoc For functional documentation
- Login
- Sign Up
- Forget username
- Forget userpassowrd
- Continue with Google
- Home Page
- Subreddit Page
- Search
- Create Post
- Create subreddit
- Post full page
- send private message
Start with the packages put in packages.json, then run the following command.
npm i
if you faced a problem with the previous command try using legacy or force