Tweeter is a simple, single-page Twitter clone. The application allows the user to create, and post tweets on the fly. In addition, the user can also view tweets posted by fellow users with the tweets being listed in descending order whereby the most recent tweet is the first listed.
While the application is responsive in design, media queries will be required in future to account for smaller screen sizes/mobile. A screen size of 768px wide or greater has been accounted for currently and the application design/layout can still be appreciated at roughly 480px wide.
🤓 A first look at tweeter.
👨💻 Here my latest "hum" is about "jello". Lets tweet that and see what happens.
✅ "Hello, Jello" has been posted and we can see it at the top of the tweeter feed.
😬 Oooooops... clicked the "tweet" button without actually tweeting anything.
😩 Keep it short and sweet or another error message can be triggered if going over the alloted 140 characters.
🖥️ Here is what tweeter will look like on a larger screen - size 768px and above.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
• Node 5.10.x or above • Express • Body-parser • Change • md5





