Tweeter is a simple, single-page Twitter clone that is responsive and light-weight.
It uses HTML, CSS, JS, jQuery and AJAX front-end technologies, and Node, Express and MongoDB back-end technologies to render a Single Page App (SPA).
The app communicates over AJAX with the server to dynamically updated and render user "tweets" to the 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.
- Make some tweets!
- Express
- Node 5.10.x or above
- Chance
- Body-parser




