Skip to content

dylanToews/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

This repository contains the code for the Tweeter project built by Dylan Toews while at Lighthouse Labs College. The purpose of this project was to practice and refine HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express back-end skills

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.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. Go to http://localhost:8080/ in your browser.

Dependencies

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

Screenshots

"Screenshot of tweeter home  page in tablet view" "Screenshot of error handler when tweet is submitted with no text"

Stretch/Extras

  • As a stretch exercise, the "Write a new tweet" icon at the top right hand corner of the nav bar was turned into a functioning button. This button displays the "What are you humming about" text input area with a slide down animation. The text area is hidden from the user until the "Write a new tweet" button is pressed.

About

A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • CSS 26.3%
  • HTML 18.2%