Tweeter is a simple, single-page Twitter clone. The page is responsive and features laptop/desktop, tablet and mobile view layouts.
Screenshot of the page on load

Screenshot - when 'create new tweet' button has been clicked. Cursor defaults to the text area.

Screenshot - tweet counter dynamically counts down as user types their tweet

Screenshot - tweet counter changes to red if the user goes over the limit. If they try to submit they will get an error message.

Screenshot - tweet button clicked, form closes and new tweet loads at top of page

- 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.
- Express
- Node 5.10.x or above
- Body-parser
- Chance

