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

A twitter clone project, to help students gain front-end dev chops.

Notifications You must be signed in to change notification settings

Ethansteip/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter


Picture of an owl by Mark Broadhurst

Tweeter

Tweeter is a simple, single-page Twitter clone.
Explore the docs »

Table of Contents
  1. About Tweeter
  2. Getting Started

About Tweeter

Introducing Tweeter, a single page application that allows users to post their thoughts and feelings to an online forum and is guaranteed to come without the ramblings of Mr.Musk! Tweeter showcases a responsive layout so it'll look good on all your devices and leverages Ajax and jQuery for a seamless user experience.

"Exmaple of a Tweet"

"Mobile and Tablet layout"

"Desktop Layout"

(back to top)

Built With

  • Node.js
  • Express.js
  • jQuery
  • Ajax
  • CSS3
  • Body-parser
  • Chance

(back to top)

Getting Started

Getting started with Tweeter is as easy as cloning the Github repo to your own directory, installing the node dependencies and running "npm run local". Lets get started.

Installation


  1. Clone the repo to a folder of your choice.
git clone https://github.com/Ethansteip/tweeter Tweeter
  1. cd into the newly created Tweeter directory.
cd Tweeter
  1. Install all dependencies.
npm install
  1. Run the web server command.
npm run local

(back to top)

Contact

Ethan Steip

ethan.steip@gmail.com

Project Link: Tweeter - pretty cool social platform

(back to top)

About

A twitter clone project, to help students gain front-end dev chops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • CSS 23.6%
  • HTML 19.3%