Skip to content

A Single Page App (SPA) twitter clone built with HTML, CSS, JS, jQuery and AJAX on the client-side, and Node, Express and MongoDB on the server-side

leungcnie/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter

Tweeter is a simple, single-page Twitter clone.

A user can make new tweets and view tweets. Upon submission, tweets are validated (tweets must be within 140 characters and not empty, and must be converted to XSS safe text).

This repository is built upon the starter code provided by LHL. Tweeter is built with HTML, CSS, JS, jQuery and AJAX on the front-end, and Node, Express and MongoDB on the back-end.

Getting Started

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

Dependencies

  • Express
  • Node 5.10.x or above

Final Product

"Screenshot of tweet compose box" "Screenshot of tweets for smaller dimensions"

About

A Single Page App (SPA) twitter clone built with HTML, CSS, JS, jQuery and AJAX on the client-side, and Node, Express and MongoDB on the server-side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • CSS 23.4%
  • HTML 17.0%