Skip to content

Tweeter is a simple, single-page Twitter clone that uses jQuery, HTML5, and SCSS to practice our front-end skills.

Notifications You must be signed in to change notification settings

Miaouchkinz/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone that uses jQuery, HTML5, and SCSS to practice our front-end skills.

Final Product

Desktop (1024px+)

Tweeter Feed on page load

desktop_feed

Create new tweet + Validation error

desktop_error_create

Tablet (625px - 1024px)

Create new tweet and counter example

Tablet_create_tweet

Mobile (max 625px)

Hover effect + Validation error example

Mobile_Hover_Empty_Validation

Dependencies

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

Getting Started

  1. Install all 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.

About

Tweeter is a simple, single-page Twitter clone that uses jQuery, HTML5, and SCSS to practice our front-end skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.0%
  • JavaScript 34.0%
  • HTML 11.0%