Skip to content

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

Notifications You must be signed in to change notification settings

AnaelBerrouet/tweeter

 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Also hosted here

Full twitter Responsive twitter

Built upon starter code forked from Lighthouse Labs and then built upon to practice HTML, CSS-SCSS, JS, jQuery and AJAX front-end skills, and Node, Express and MongoDB back-end skills.

Getting Started

  1. Clone this repository.
  2. Install dependencies using the npm install command.
  3. Must have a mongo db instance running
  4. Configure .env variable in order to specify database address to be connected. e.g: "MONGODB_URI=mongodb://127.0.0.1:27017/tweeter"
  5. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  6. Go to http://localhost:8080/ in your browser.

Dependencies

  • express 4.13.4
  • Node 5.10.x or above
  • body-parser 1.15.2
  • chance 1.0.2
  • dotenv 6.1.0
  • md5 2.1.0
  • mongodb 2.2.36

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.5%
  • CSS 45.0%
  • HTML 8.5%