Skip to content

Thornrose/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page AJAX-based Twitter clone that uses jQuery, HTML and CSS - this dev's first swim in the front-end pool. The back-end functionality for this particular project was given as a template to work from.

Final Product

desktop display

mobile display

Getting Started

  1. Fork this repository.
  2. Clone your repository onto your local device.
  3. from the clone directory, install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. Go to http://localhost:8080/ in your browser.

Dependencies

  • body-parser
  • chance
  • md5
  • Express
  • Node 5.10.x or above

Optional Dependencies

  • nodemon

Notable Features

  • responsive design with CSS: Layout Shifter pattern set at a width of 1024px.
  • input-based display: a character counter dynamically updates as you type in the text box.
  • flex formatting: extensive use of flexbox to keep the page looking good

About

A twitter clone project, to help students gain front-end dev chops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • CSS 23.7%
  • HTML 20.4%