Skip to content

A twitter clone project. Users can post their true inner feelings to their profile wall in hopes of gaining approval and validation from their peers.

Notifications You must be signed in to change notification settings

mmmbacon/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone using NodeJS, Express, and SASS for styling.

This project is intended to showcase technical knowledge and use of these libraries for a single page application. It uses jQuery AJAX to fetch information from an in-memory database on the express server REST API endpoints. Page content is displayed and formatted with HTML, SASS and and jQuery. Page design is responsive and uses media queries to determine content size and layout.

Install It

$ npm install

Run the Server

npm run local

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

Dependencies

  • express
  • Node 5.10.x or above
  • body-parser
  • chance
  • md5

Page Examples

Landing Page
Landing Page
Toggle Button Functionality
Toggle Button Functionality
Character Limit Error
Character Limit Error
Empty Field Error
Empty Field Error
Tweet Submission
Tweet Submission
Page Scroll Return
Page Scroll Return Button
Responsive
Responsive Web Design

About

A twitter clone project. Users can post their true inner feelings to their profile wall in hopes of gaining approval and validation from their peers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.8%
  • SCSS 24.5%
  • CSS 22.3%
  • HTML 12.4%