Skip to content

adkmcphee/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simplified, single-page Twitter clone.

I built this application as a way to practice my HTML, CSS, JS, jQuery and AJAX front-end skills, as well as my Node and Express back-end skills.

The application allows for users to draft and send tweets which will be reloaded automatically on the page, displaying a randomly generated username, avatar, Tweeter handle, and time since the tweet has been sent.

You can see snippets of the application in the screenshots below.

Screenshots

'Screenshot of desktop version of application. 'Screenshot of mobile/tablet version of application. 'Screenshot of example error of tweet that is too long.'

Setup

To use the application, make sure you have the dependencies downloaded (using the npm install command), start the web server using the npm run local command, and visit the application at http://localhost:8080/.

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-Parser
  • md5
  • Chance

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.0%
  • CSS 21.8%
  • HTML 17.2%