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

A Single Page App (SPA) built with HTML, CSS, JS, jQuery and AJAX

Notifications You must be signed in to change notification settings

MCNLin/tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone where you can post, like and re-tweet messages all on one page!

Information

The project was used with a starter template code from Lighthouse Labs: The template was copied and clone into own repository, then was build upon it to practice HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express back-end skills.

Final Product

Desktop View - "Tweeter's Desktop View"

Mobile and Tablet View - Have all your features at the tip of your fingers when on mobile or tablet! "Tweeter's Mobile View"

User Interface - Create tweets by inputting your thoughts in the text area, just be mindful that you only have 140 to do so! Be sweet and concise! "Tweeter's UserInterface" "Error Message"

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.
npm install
  1. Start the web server using the npm run local command.
npm run local

The app will be served at http://localhost:8080/.

  1. Go to http://localhost:8080/ in your browser.

Dependencies

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

About

A Single Page App (SPA) built with HTML, CSS, JS, jQuery and AJAX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published