Skip to content

Moustafa-Abdelhady/twitter-clone-Responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone

Use this

BootStrap Icon's

Structure

├── ...
├── assets                    # Store all static files here 
│   ├── css
|   |   ├──scss               # All Sacc Files Here
│   ├── js                    # Create JavaScript Here 
│   └── images                # All Images Here 
├── public   
└── ...

Follow me

Remember me

  • git pull main-origin main

Step #1

  • Fork this repo first

Step #2

  • type git clone https://github.com/<USERNAME-HERE>/twitter-clone.git

Step #3

  • type cd twitter-clone/

  • npm install

Start to write your code

After end edit

Step #1

  • type git status to see your change

Step #2

  • type git add . to confirm your all change

Step #3

  • type git commit -m "<TYPE-YOUR-MESSAGE-HERE>"

Step #4

  • type git push origin main to upload your change to repo

Step #5

  • open your GitHub account
  • go to your repos and open twitter-clone repo
  • create new pull request

git remote add main-origin https://github.com/islam-kamel/twitter-clone.git

For Pull The Latest Update From Main Repo try this

git pull main-origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •