mhmozaffari1985 / tweeter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Final Product

Desktop Mode - Highlighted item

When hovering over a Tweet, put emphasis on it.

"Screen capture of highlighting in desktop mode"

Desktop Mode - Error Message

In case of too many characters, or an empty tweet, an error message will be displayed.

"Screen capture of too many characters error in tablet mode"

Mobile Mode - Back To Top Button

When the user starts scrolling, the top right arrows will disappear and will be replaced by a "bring me back to top" button located on the bottom right, this feature is present in all modes.

"Screen capture of Back To Top Button in mobile mode"

Dependencies

  • Express
  • Node 5.10.x or above

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm run local command.

About

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


Languages

Language:JavaScript 47.3%Language:SCSS 20.3%Language:CSS 19.5%Language:HTML 12.9%