Skip to content

AmanRai24/Facebook-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook (Clone)

This is a clone of facebook app made using React.

Functionality

  • SignUp Page - using name,e-mail and password.
  • Login Page - using email and password.
  • Homepage
  • Create Posts and Comments.
  • Like Posts and Comments.
  • Update user profile and password.
  • ADD & REMOVE friends.
  • Chatbox

Screenshot

Homepage

Folder Structure

├── public
    ├── index.html
├── 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 or download the ZIP folder.
  2. Go to folder.
  3. Run following command npm install to install all require libraries.
  4. Run command: npm start
  5. Go to https://localhost/3000 to view it in the browser.
  6. Happy Learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •