Skip to content
/ tweeter Public template
forked from lighthouse-labs/tweeter

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

willianchu/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter

Your Thoughts Connection

"Logo"

The multi screen design goal for Tweeter breaks the limit of screens sizes, was made to be portable as a pen. The idea is that your thoughts always have a chance to bright. Ideas are precious, valuable and the most you share most it grows!

Tweeter is a front end single page web application built with modern practices that allows users to share easily your ideas in 140 chars. Tweeter is a simple, single-page Twitter clone.

Final Product

"Main Page"

"Narrow Devices"

"Catching Error"

Dependencies

Tweeter has actually several dependencies of open source projects to work properly. Instructions on how to use them in your own application are linked below.

Dependecies README
Jquery [https://cdnjs.cloudflare.com/ajax]
timeago.js [https://cdnjs.cloudflare.com/ajax/libs/timeago.js]
Ajax [https://www.npmjs.com/package/ejs][PlGd]
Fonts [https://fonts.googleapis.com/css2]
Icons [https://cdnjs.cloudflare.com/ajax/libs/font-awesome]
normalize [https://cdnjs.cloudflare.com/ajax/libs/normalize]

Tweeter is open source itself too! with a [public repository][willianchu] on GitHub.

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. 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 55.1%
  • CSS 25.1%
  • HTML 19.8%