Skip to content

A twitter clone project for front-end development practice

Notifications You must be signed in to change notification settings

angelareit/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone. This project is a practice for HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express back-end skills.

Screenshots

Desktop View

Desktop View

Mobile/Tablet View

Mobile/Tablet View

Invalid Tweet Error

Invalid Tweet Error

How to Use

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

Dependencies

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

About

A twitter clone project for front-end development practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.2%
  • SCSS 22.5%
  • CSS 20.4%
  • HTML 11.9%