Skip to content

ChristinaHsu88/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWEETER

Tweeter is a simple, single-page Twitter clone building with HTML, CSS, JS, jQuery and AJAX, along with Node, Express and MongoDB back-end technologies.

FUNCTIONALITIES

  • Primarily a client-side Single Page App (SPA)
  • The client-side app communicates with a server via AJAX
  • Tweets are persisted to MongoDB and survive server restart

GETTING STARTED

  1. Clone this repository by running git clone git@github.com:ChristinaHsu88/tweeter.git command.
  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.

** Note: Please run Mongod command on a separate tab if connection to MongoDB fails.

TECH STACK

  • Javascript
  • Ajax
  • MongoDB
  • Express
  • Jquery
  • Node 5.10.x or above

SCREENSHOTS

"Screenshot of tweet compose box"

"Screenshot of tweet without compose box"

About

Tweeter is a simple, single-page Twitter clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • CSS 23.4%
  • HTML 16.9%