A website that shows questions, and allows you to answer them. Written in JavaScript.
git clone https://github.com/Epicodus-SZ/dumb-questions
this repositorycd dumb-questions
npm install
ember serve
- then browse to http://localhost:4200.
- Configuration/dependencies
- Git - source code management
- Node.js (with NPM) - local JS framework.
- Ember CLI - core Ember functionality
- Firebase - our database.
- Specs
- Questions should include the content of the question itself, an author, and additional notes.
- Answers should include the content of the answer and the author.
- Include a header and/or navbar that appears on all pages. It should contain the name of your site and a link to the home page, and other content such as social media, LinkedIn, etc.
- List all questions on the homepage, displaying only the question and the name of the author.
- Allow users to click a question, to be routed to another page containing additional information and question details.
- 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.
- Integration
- index Route. series of Components: Question-tile
- Question Route. Components: Question-details, answer-form (dynamic route)
- UX/UI
- Bootstrap
- And my own custom stylesheet
- Polish
- Make an awesome README
- if I get to anything else.