/JS-week4

JavaScript Independent Project Week 4: Message Board

Primary LanguageJavaScript

Ember JS Apps Independent Project: Message Board

Message Board, August 26th, 2016

Description

This web application allows user to display a question on the board and see answers of other users.

Specifications

User Stories(Ember Week 1):

  • Questions should have the content of the question itself, an author and additional notes.
  • Answers should have the content of the answer and the author.
  • Include a header and/or navbar that appears on all pages containing the name of your site and a link to the home page.
  • List all questions on the homepage, with only the question and the name of the author showing.
  • Users should be able to click on a question to view additional information.
  • Allow users to add and edit questions.
  • Allow users to add answers to a question. Answers should be added and viewed on the same page as the question they respond to.

User Stories(Ember Week 2):

  • As a user, I'd like to know how many answers each question has.(Computed Property)
  • As a user, I'd like to see an icon next to questions without answers.(Helper)
  • As a user, I'd like to create a list of my favorite questions to reference later.(Service)

Known Bugs

none

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Support and contact details

Contact by email: katka.karolcikova@gmail.com

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Bower
  • Ember

License

MIT License

Copyright (c) 2016 Katarina Tuttle

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.