typeoh / tweetr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

It allows users to write tweets, post them to the homepage, and loads old Tweets!

Final Product

"Screenshot of tweetr homepage"

"Screenshot of hover function on tweet"

"Screenshot of too many words entered into tweet compose box"

Dependencies

-Node.js -Express -MongoDb -BodyParser -Chance -md5 -Moment -Nodemon

Getting Started

First, install all dependencies (using the npm install command).

Next, run the development web server using the npm run local command.

Click the compose button to reveal the Compose Box.

Compose will accept up to 140 characters, use the Tweet submit button to upload your tweet!

Tweetr auto-generates users and avatars, and saves every tweet that has been made in its database.

About

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


Languages

Language:JavaScript 53.9%Language:CSS 25.1%Language:HTML 21.0%