By Sam Peppard
An application meant to start up small conversation topics where any user can contribute to a topic.
Behavior | Input | Output |
---|---|---|
Enter a topic/question | New question: Best way to make fajitas | Result: "i'm looking for the best way to make fajitas, any suggestions?" |
Enter topic/question's author | Question's author: Bob Sherman | Result: author: Bob Sherman |
Enter question details | Enter any details or notes about question: "i'm looking to make these fajitas on the cheap!" | Result: notes: "i'm looking to make these fajitas on the cheap!" |
View logged questions/topics | Select question/topic | edit a question/topic's content, author or details |
- HTML
- CSS
- JavaScript
- Ember.js
- Handlebars.js
- Broccoli.js
- Bootstrap
- npm JS package manager
- Bower package manager
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd message-board-app
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
https://small-talk-aa58c.firebaseapp.com/
No known bugs.
For comments or questions, please email sampeppard@gmail.com
MIT