Tweeter is a simple, single-page Twitter clone. Departing from a starter code, continuing this project required HTML, CSS, JS, jQuery and AJAX front-end skills.
It presents previous posts and enables the user to make a new post, limit to 140 characters. Highly interactive, other features include the interface to present the new-tweet interface just upon requisition, validation for empty or too long messages, a button that appears when the page is scrolled down and brings the page to its top, and two different layouts, for vertical and wide screens.
In vertical position...
Or in a wide screen!
- 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, chance, body parser, md5
- Node 5.10.x or above