Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.62 KB

dumb-questions

A website that shows questions, and allows you to answer them. Written in JavaScript.

Installation

  • git clone https://github.com/Epicodus-SZ/dumb-questions this repository
  • cd dumb-questions
  • npm install

Running / Development

Planning

  1. Configuration/dependencies
  1. 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.
  1. Integration
  • index Route. series of Components: Question-tile
  • Question Route. Components: Question-details, answer-form (dynamic route)
  1. UX/UI
  • Bootstrap
  • And my own custom stylesheet
  1. Polish
  • Make an awesome README
  • if I get to anything else.