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

tranpaulyn/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, client-side Single-Page Twitter clone app.

The client-side app communicates with a server via AJAX. The tweets are persisted to MongoDB and survive server restart.

This project was built with HTML, CSS, JS, jQuery and AJAX on the client-side and with Node, Express and MongoDB back-end.

Final Product

Screen capture gif of Tweeter

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-parser
  • Chance
  • MongoDB

Getting Started

  1. Install all dependencies (using the npm install command).
  2. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  3. Go to http://localhost:8080/ in your browser.
  4. Begin creating tweets by clicking on compose!

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 61.0%
  • HTML 20.0%
  • CSS 19.0%