Skip to content

leor8/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

This project is built on HTML, CSS, JavaScript, Ajax, Mongodb, moment.js, jquery, node.js, express. User will be able to compose new tweets and the page will be updated upon submitting. All the tweets posted will be saved in mongodb.

Getting Started

  1. Clone the project using SSH Key.
  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.
  5. Start posting your tweets!

Dependencies

  • Express
  • Node 5.10.x or above
  • Moment.js
  • Mongodb

Screenshots

"Screenshot of tweet whole page without compose box" "Screenshot of tweet with compose box"

About

Twitter clone project fully functioning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.4%
  • CSS 40.1%
  • HTML 12.5%