close-icon
CHITTER CHALLENGE
2015
Travis : https://travis-ci.org/GBouffard/chitter-challenge.svg?branch=master
Coveralls : https://coveralls.io/repos/GBouffard/chitter-challenge/badge.svg?branch=master&service=github
Project stack:

Tested via: unit tests and quality assurance
This was the week 4 challenges at Makers Academy; to create Chitter; a Twitter clone. Users can sign up, login and post to a public board. - Users sign up to Chitter with an email, password, name and a user name. - The username and email are unique. - Peeps (posts) have the name of their makers and their user's handle. - A user doesn't have to be logged in to see the peeps but he/she has to be to post, update and delete his/her peeps. Bonus challenge features (both added): - Users can post comments to peeps. - A user can only post, update and delete his/her comments if he/she is logged in. I also Added some awesome CSS to make it look good.