Tweeter is a simple, single-page Twitter clone.
This repository is the starter code for the project: Students will fork and clone this repository, then build upon it to practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express and MongoDB back-end skills.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
Screenshots: !["Homepage"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%201.59.55%20PM.png
!["Slide down tweet composition"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%201.59.59%20PM.png
!["Error message"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%202.00.07%20PM.png
!["Submitting a correct tweet"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%202.00.20%20PM.png
!["After submitting a tweet"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%202.00.24%20PM.png
!["Submission at a smaller screensize"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%202.00.49%20PM.png
!["Submitted tweets at a smaller size"]https://github.com/aimanaaw/tweeter/blob/master/public/images/Screenshots/Screen%20Shot%202019-10-11%20at%202.00.56%20PM.png