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

tjbeirao/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Final Product

alt tag alt tag alt tag

Tweeter is a simple, single-page Twitter clone. You can compose new tweets with random users and avatars, those tweets will be stored on local database using MongoDB. You can acess the reads and read any time.

Dependencies:

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • AJAX
  • Node.js
  • Express
  • MongoDB

Getting Started

  1. Clone this repository on your folder.
  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.

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 62.3%
  • CSS 25.5%
  • HTML 12.2%