Skip to content

llcoolj84/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page AJAX based Twitter clone that uses jQuery, HTML5 and CSS3. Tweets are stored using MongoDB.

Getting Started

Must have MongoDB installed, refer to: https://docs.mongodb.com/manual/installation/ for instructions. Our DB is titled: 'tweetr' and we use a collection titled 'tweets' to read/write the tweets.

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

Dependencies

Express Node 5.10.x or above MongoDB Chance md5 Body Parse

Screenshots

screen shot 2017-09-22 at 3 00 47 pm

Tweeter Main Screen

screen shot 2017-09-22 at 3 01 53 pm

Tweeter functions on hover over tweet, or click on "compose" button

About

A twitter clone project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • CSS 4.5%
  • HTML 1.3%