Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.13 KB

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Create a tweet! Post it! View existing tweets in reverse-chronological order. Character counter ensures tweets stay within the alotted amount. Error messages will inform the user if their tweet conforms to the expected standard. Responsive layout keeps the site usable from smart phones to large displays.

Demonstration of HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express back-end skills.

Screenshots

"Screenshot of page on small display" "Screenshot of page on small display - tweet section" "Screenshot of page on large display" "Screenshot of compose tweet section"

Getting Started

  1. Clone this repository onto your local device.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • md5
  • chance
  • body-parser