/chitter-challenge

Build a Twitter Clone!

Primary LanguageRuby

Chitter Challenge

Welcome to Chitter!

This application allows you to create an account, sign in / sign out and peep to Chitter and see peeps from different users in chronological order. A great application to share thoughts with your friends!

Technologies:

  • Ruby (version 2.4.0)
  • RSpec (3.5.4)
  • HTML / CSS
  • DataMapper
  • Sinatra

Key features:

  • Sign up
  • Sign in / out
  • Post statuses (peeps)
  • Peeps from all users will be displayer on the homepage

Deployment instructions:

  1. Navigate to your projects directory
  2. Run git clone https://github.com/connie-reinholdsson/chitter-challenge.git
  3. Run cd chitter-challenge

Enjoy!

User Stories

As a Maker
So that I can post messages on Chitter as me
I want to sign up for Chitter

As a Maker
So that I can post messages on Chitter as me
I want to log in to Chitter

As a Maker
So that I can avoid others posting messages on Chitter as me
I want to log out of Chitter

As a Maker
So that I can let people know what I am doing  
I want to post a message (peep) to chitter

As a maker
So that I can see what others are saying  
I want to see all peeps in reverse chronological order

As a maker
So that I can better appreciate the context of a peep
I want to see the time at which it was made