This web app is a forum where users can post questions and get answers from other users. The user can also answer other questions posted by someone else. The user can add their favorite answers to a list if they wish to refer later.
- JavaScript, using the Ember framework
- HTML
- CSS
You will need the following things properly installed on your computer to use this app.
- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd message-board
npm install
ember serve
- Visit the app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Gitu Mbugua