Tweeter is a simple, single-page Twitter clone.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. - Go to http://localhost:8080/ in your browser.
The Tweeter app in a simple one page form, when you write your tweet- you have 140 characters of space- and we count it down for you. No worries- if you go over we'll give you a friendly reminder that it can only be 140.
Has a tablet/mobile screen friendly option too!
When you submit a tweet, you'll see that it's timestamped, and records the time since you wrote the tweet
- Express
- Node 5.10.x or above


