Skip to content

t5krishn/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simplistic, single-page Twitter clone. It is built using HTML, CSS, jQuery, Flexbox and AJAX. The The focus of this project was to polish up CSS and HTML styling along with incoporating JS functionality into the front-end.

Final Product

"Screenshot of Main view"

"Screenshot of Responsive view"

"Screenshot of Responsive and error"

Learning milestones

  • Creating a NodeJS application to focus on jQuery/front-end javascript and styling
  • Understand styling conventions and use Flexbox when needed
  • Use AJAX calls to interface with a local database and render the returned information

Create your own Tweeter

  1. Clone this repo using to get a local copy using:
    git clone https://github.com/t5krishn/tweeter.git
  2. Install dependencies using the npm install command.
  3. Start the web server using npm run local
  4. Go to http://localhost:8080/ in your favourite browser.

Dependencies

  • node v8.9.4
  • body-parser : ^1.15.2
  • chance : ^1.0.2
  • express : ^4.13.4
  • md5 : ^2.1.0

If you have any feedback or want to get in touch, feel free to send me an email at t5krishn@gmail.com

About

A twitter clone project, Project #3 Lighthouse Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 21.8%
  • HTML 14.8%