Skip to content

kathakkar/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a single page application that allows user to post custom tweets.

Frontend Tools

HTML, CSS, SASS, jQuery, JS, AJAX as frontend

Backend Tools

Nodejs, Express, Object as memory database.

Final Product

This is a single page application allows users to write tweet content up to 140 characters into given textarea and post tweet by clicking on TWEET button to the tweeter profile "Tweeter-Page"

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.
  5. As we are storing data in object database, once you exit from server, all the tweets will be erased.

Dependencies

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

Uses

  • This is a demo application that have one feature(post tweet) of social media application. Primary use is to learn new technologies and implement them togather.

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 51.3%
  • CSS 16.8%
  • SCSS 16.0%
  • HTML 15.9%