/ember-message-board

Individual JavaScript Epicodus exercise - JavaScript week 3 & 4, 8.26.16.

Primary LanguageJavaScript

Message Board

Individual JavaScript Epicodus exercise - JavaScript week 3 & 4, 8.26.16.

By Alvin Ng

Description

Message Board

Website showcasing everything I learned in Epicodus week 3 and 4 of JavaScript. This application is to incorporate all the concepts taught this week by creating a message board application. Users should be able to submit a question and other users can respond with answers.

  • 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.
  • Implement at least one computed property, helper, and service.

Prerequisites

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

Installation

  • git clone https://github.com/alvindng/ember-message-board
  • 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

License

MIT License. Copyright © 2016