Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ tweeter Public template
forked from lighthouse-labs/tweeter

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

Notifications You must be signed in to change notification settings

karilyn/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page AJAX-based Twitter clone that uses jQuery, HTML5 and CSS. I started with a cloned repo and built upon it to work on my HTML, CSS, JS, jQuery and AJAX front-end skills, and my Node and Express back-end skills.

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone the 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.
  6. Start tweeting!

Dependencies

Screenshots

"Screenshot of tweet compose box" "Screenshot of main page on desktop" "Screenshot of add new tweet on mobile" "Screenshot of add new tweet on desktop"

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 50.3%
  • CSS 30.1%
  • HTML 19.6%