Skip to content

a message board web application where a user submits a question and other users can respond with answers.

Notifications You must be signed in to change notification settings

spburden/qa-message-board-ember

Repository files navigation

Question and Answer Message Board

This is a message board web application, where a user submits a question and other users can respond with answers. October 28, 2016

By Stephen Burden

Click here to view live

a screenshot of the site

a screenshot of the site

Specifications

Behavior Input Example Output Example
Take a question entry and display it back to user What is the weather going to be like today?, Need to know by 8am, Steven Gerrard Question: What is the weather going to be like today?, Notes: Need to know by 8am, Author: Steven Gerrard
Take an answer entry for a question It's going to raining most of the day, Jurgen Klopp Answer: It's going to raining most of the day, Author: Jurgen Klopp
Edit a question entry Notes: Need to know by 8am -> Need to know by 9am Question: What is the weather going to be like today?, Notes: Need to know by 9am, Author: Steven Gerrard
Store Favorite Questions Question: What is the weather going to be like today? Favorites: What is the weather going to be like today?
Upvote or Downvote Answers UPVOTE: Answer: Raining, Score: 1 Answer: Raining, Score: 2
Sort questions by a certain Attribute Sort by Number of Answers What is the weather going to be like today? Answers: 5, Why is the sky blue? Answers: 2
Filter questions by a certain Category Filter by Category: Weather Question: What is the weather going to be like today?

Prerequisites

You will need the following things properly installed on your computer.

Setup/Installation Requirements

  • In the Terminal enter the following commands:
    • git clone https://github.com/spburden/qa-message-board-ember
    • cd <PROJECT-DIRECTORY>
    • npm install
    • bower install
    • ember serve
  • To view the go to http://localhost:4200 in your web browser

Link

https://github.com/spburden/qa-message-board-ember

Known Bugs

There are no known bugs with this application.

Support and contact details

[email protected]

Technologies Used

Ember JS, JavaScript, JQuery, Node, npm, Bower, Gulp, Sass, HTML, CSS, and Bootstrap

License

The MIT License (MIT)

Copyright (c) 2016 Stephen Burden

About

a message board web application where a user submits a question and other users can respond with answers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published