Skip to content

habibcodes/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone that is responsive and light-weight.

It uses HTML, CSS, JS, jQuery and AJAX front-end technologies, and Node, Express and MongoDB back-end technologies to render a Single Page App (SPA).

The app communicates over AJAX with the server to dynamically updated and render user "tweets" to the page.

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.
  4. Make some tweets!

Final Product

Desktop view

"screenshot of desktop view"

Mobile view

"screenshot of mobile view"

Tweet highlight

"screenshot of tweet highlight"

Tweet character counter

"screenshot of dynamic tweet character counter"

Error message

"screenshot of error message"

Dependencies

  • Express
  • Node 5.10.x or above
  • Chance
  • Body-parser

About

A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 52.4%
  • CSS 26.7%
  • HTML 20.9%