Skip to content

A single page twitter clone 🦜 🎶

Notifications You must be signed in to change notification settings

charlottedibb/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

gif of tweet posting

Tweeter was an exercise in honing my HTML, CSS, JS, jQuery and AJAX front-end skills, and my Node, Express and MongoDB back-end skills.

The starter code for this project is found here: https://github.com/lighthouse-labs/tweeter

Getting Started

  1. Fork and clone this respository.

  2. Install dependencies using the npm install command.

npm install
  1. Start the web server using the npm run local command.
npm run local
  1. Go to http://localhost:8080/ in your browser.

Dependencies

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

Images

Tweeter is responsive to different screen sizes.

screenshot of narrow screen

screenshot of meedium screen

About

A single page twitter clone 🦜 🎶

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.7%
  • CSS 26.8%
  • HTML 17.5%