Skip to content
/ tweeter Public
generated from lighthouse-labs/tweeter

Front-end focused project to build a twitter like app.

Notifications You must be signed in to change notification settings

knnku/tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Twitter Hero Image"

Tweeter Project

This single page application (SPA) project is a simple, Twitter clone which allows "users" to post tweets up to 140 characters. Emphasizing on the front-end build using jQuery, AJAX and some vanilla JS to implement asynchronous requests to post, get tweets, achieve responsive design features and perform small element animations.

Build and run

  1. Clone the repository onto your local device.
    git clone git@github.com:knnku/tweeter.git knnku-tweeter
  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. Direct browser to http://localhost:8080/.
  5. Post a tweet.

Previews

UI on Big Screens

"Big Screen Home Page"

UI on Smaller Devices

"Tablet Screen Home Page"

Dependencies

  • Node 5.10.x or above
  • body-parser
  • md5
  • Express
  • Chance

This repository was forked created from a template at the main LHL project repo.

Built by @knnku as a part of the LHL flex-web program curriculum.

About

Front-end focused project to build a twitter like app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published