This is a clone of Twitter built using HTML, CSS and JavaScript.
- introduction Page
- login Page
- Main Page
when the user enters the app, the introduction page showed that contain information about the Twitter app, then when clicking on the Next button, the user moves to the Login Page, the user enter name and password and then enter in login button to move to the Main Page, in the main page when user click on the chevron-down icon, the user profile appears, the name of user and image, then in tweet box the user write tweets and when entering in post icon, the tweet appears inbox.
- As a user, I can click on the next button to move from the introduction page to the main page.
- As a user, I can click on the login button to move from the login page to the main page.
- As a user, I can write my name and my password
- As a user, I can show my profile
- As a user, I can post tweets that will have 250 characters limit.
- As a user, I want to show a beautiful color and style
- clone code from github by copy the link.
- Open git bash.
- write git clone and paste the link.
- write (code .) to open the code in vscode
- open Go live Or right click mouse and select "open with live server".
- Nada Saleh