Skip to content

Gp-singh-git/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

It is a Full-stack application, making use of HTML, CSS, JS, jQuery and AJAX front-end technologies, with Node, Express and MongoDB handling back-end.

Its responsive design makes it fit to use for both desktop and mobile devices, thanks to use of CSS flexboxes, responsive elements and media queries.

Cross-site scripting to escape potentially insecure text.

Other features included are handling validation errors, character counter, 'Go to Top' button, highlighted button/icons and tweets on mouseover.

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
  • body-parser
  • chance
  • Node 5.10.x or above

Screenshots

Landscape view for Desktop

Portrait view for Mobile devices, showing new tweet posting

Tweets posted

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

No packages published

Languages

  • JavaScript 55.4%
  • CSS 26.9%
  • HTML 17.7%