Skip to content

rohansharma06/facebook-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook ( Clone )

This is a clone of facebook app made using React.

Functionality

  • 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

Preview

demo

Folder Structure

.

├── 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

.

Getting Started

  1. Clone the project.
  2. Go to folder.
  3. Run following command npm install.
  4. Run command: npm start
  5. Go to https://localhost/3000 to view it in the browser.
  6. Happy Learning ❤️

Feel free to use and contribute! 👨‍💻

About

A Facebook clone made using React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published