Davisstef / tweeter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Utilizing HTML, CSS, JS, Jquery, Ajax requests and a backend of NodeJS, Express, and an in-memory-Object database.

Final Product

This is the main profile section of the Tweeter app. Users can type their tweets from here, and the counter will track the amount of typed characters. Screen Shot 2022-03-25 at 8 39 17 PM

This is the tweets section of the app. User tweets will appear here. Screen Shot 2022-03-25 at 8 42 44 PM

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
  • Timeago.js

About


Languages

Language:JavaScript 59.5%Language:CSS 24.0%Language:HTML 16.6%