This is a clone of facebook app made using React.
- Login Page - using email and password.
- SignUp Page - using name, email and password.
- Home Page.
- Add and Remove Friend.
- Create Post and Comments.
- Like Post and Comment.
- Update User Profile Password.
- ChatRoom
.
├── public
├── index.html
├── images
├── src
├── Action
├── (contains all actions type and action creators)
├── Component
├── (contains all react component used in website)
├── Helpers
├── (contains different URLs for API call and other userfull data)
├── Reducer
├── (contains all reducers)
├── Store
├── (config react store to keep data)
├── chat.css
├── index.css
├── index.js
├── index.js
├── package.json
├── package-lock.json
├── .gitignore
.
- Clone the project.
- Go to folder.
- Run following command
npm install
. - Run command:
npm start
- Go to https://localhost/3000 to view it in the browser.
- Happy Learning ❤️
Feel free to use and contribute! 👨💻