joshgh / message-board-ip

Independent Project for Epicodus JavaScript Weeks 3 and 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q&A Message Board Week 2

Message Board to ask and answer questions, 04 November 2016

By Joshua Huffman

Description

This webapp allows users to post questions and other users to answer the questions. Users can rate answers to indicate if they are helpful or not.

Prerequisites

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

Installation

  • git clone https://github.com/joshgh/message-board-ip this repository
  • cd message-board-ip
  • npm install
  • bower install

Running / Development

Specifications

  • app should allow a user to post a question
  • app should allow a user to view a list of questions asked
  • app should allow a user to post an answer to a question
  • app should allow a user to edit a question

Additional Specifications for Week 2

  • app should create a timestamp for questions and answers
  • app should let users up or downvote answers
  • app should let users keep a login name throughout their session
  • app should indicate how many answers a question has
  • app should sort answers by rating

Support and contact details

Please contact me at j.m.huffman@gmail.com with any comments or questions.

Technologies Used

This project was build using the Ember Framework.

License

MIT License

Copyright (c) 2016 Joshua Huffman

About

Independent Project for Epicodus JavaScript Weeks 3 and 4


Languages

Language:JavaScript 74.6%Language:HTML 19.3%Language:CSS 5.1%Language:ApacheConf 1.0%