/tweeter

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

Primary LanguageJavaScript

TWEETER

A single page twitter clone, where users can write and share short messages.

About The Project

Tweeter


Built With

Express : Sass : jQuery


Getting Started

Prerequisites

  • npm
  • node

Installation

  1. Clone the repo
    git clone https://github.com/teabizzy/tweeter.git
  2. Install NPM packages
    npm install

Accessing the Website

  1. Start the server
    npm run local
  2. Open your browser, and enter the following url
    http://localhost:8080/
    

Usage

Compose Tweet

  • Compose a tweet of 1-140 characters long, and click 'tweet' to submit!

    Tweeter

  • If a tweet is invalid an error will appear.

    Tweeter


Show / Hide Tweet Form

  • This button on the right side of the nav bar will toggle the new tweet form.

    Tweeter


Return To Top

  • After scrolling away from the top of the page, this button will appear on the bottom right.

    Tweeter

  • Clicking this will send you back to the top of the page.


Contact

Stefan Talbot - satalbot@protonmail.com

Project Link: https://github.com/TeaBizzy/tweeter


Acknowledgments