Skip to content

A twitter clone project built utilizing jquery for DOM manipulation.

Notifications You must be signed in to change notification settings

aidanmiddleton/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

This was an educational project, focused mainly on front end. Utilizing CSS, JS, HTML, jquery, and AJAX. This was also paired with some backend work dealing with node and express. This single page twitter clone has no user login functionality, and was more focused on front end comfortability. Due to this, tweets posted come with a random user attached, not the main users account. The page is currently responsive to computer monitor, as well as tablet sizes.

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  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
  • Chance
  • Body-Parser

Screenshots

  • Tablet view with tweet box visible "Shows tablet view with the compose tweet box visible"
  • Tablet view with tweet box hidden "Shows the tablet view with the tweet box hidden"
  • widescreen view "Shows widescreen responsive view of the page"

About

A twitter clone project built utilizing jquery for DOM manipulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 48.6%
  • CSS 37.4%
  • HTML 14.0%