Tweeter is a simple, single-page Twitter clone where you can post messages to the page as a random Seinfeld character. Break out your favourite Seinfeld quotes or make up some of your own!
Tweet data is exchanged with a server via AJAX requests and rendered live using jQuery.
Built with Node.js, Express, HTML, CSS, JavaScript, jQuery, and AJAX for client-side rendering.
Tweeter-HomePage.mp4
Tweeter-WriteTweet2.mp4
Tweeter-Responsive-Phone.mp4
- Clone this repository with
git clone https://github.com/KateIsabelle/tweeter.git - Install dependencies using the
npm installcommand. - Start the development web server using the
npm run localcommand. - Go to http://localhost:8080/ in your browser.
