Ethansteip / tweeter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 57.1%Language:CSS 23.6%Language:HTML 19.3%