Skip to content

curtisbateson/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

A Twitter clone by Lighthouse Labs for web bootcamp students to learn front-end dev skillz, now completed by Curtis Bateson.

This Twitter clone allows you to view the existing tweets in the database and add your own. Users are generated randomly for each tweet that is added. Tweets can be 140 characters (current Twitter standard) and the tweet will appear at the top of the list - right before your eyes!

Final Product

Tweeter Feed:

"Tweeter Feed"

Composing a Tweet:

"Composing a Tweet"

New Tweet:

"New Tweet"

Dependencies

  • Body-Parser
  • Chance
  • Express
  • md5
  • MongoDB
  • 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • CSS 17.9%
  • HTML 15.1%