Skip to content

JCronier/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter

Tweeter is a simple, single-page Twitter clone.

Tweeter uses the Ajax javascript library to make asynchronous requests for tweets that refresh dynamically on a single page.

Final Product

"Tweeter Home Page"

"Tweeter Tablet View"

"Compose Tweet"

Getting Started

Clone the respository

git clone git@github.com:fr3chtoa45t/tweeter.git

Install dependencies

npm install

Run the server

npm run local

Go to http://localhost:8080/ to use the app!

Optional: to edit scss files in /sass directory

  1. npm install -g sass
  2. npm run sass-watch

Dependencies

  • Express
  • Node 5.10.x or above
  • jquery
  • ajax
  • body-parser
  • md5
  • chance
  • sass
Note: this project uses sass and scss files to style the app. For the sake of the school project, I have included the css files. In reality, one would have to install sass locally to translate and edit the css files.

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

 
 
 

Contributors

Languages

  • JavaScript 40.6%
  • SCSS 25.8%
  • CSS 21.3%
  • HTML 12.3%