Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Start making a clone for stackoverflow. Dont go for a full deep functionality for initial stage.</p> <ol> <li>Divide the whole functionality in 4-5 different phases. </li> <li>Decide your phases.</li> <li>You can use basecamphq(30 days free) or Fogbugz for planing, to-dos and lighthouse for bug tracking.</li> </ol> <p><strong>EDIT</strong></p> <p>Just think about the basic minimal functionality SO has:--</p> <ol> <li><p>Sign-up. (Normal + open-id)</p></li> <li><p>Ask a question, answer a question</p></li> <li><p>Comments on question and answer</p></li> <li><p>Votes on question and answer</p></li> <li><p>tag a question</p></li> <li><p>Question stats like question views, Unanswered question etc</p></li> <li><p>Points</p></li> <li><p>Badges etc</p> <p><strong>Make a list and divide them in various phases. Don't try to make exact thing in one go. Just start from basic things</strong>.</p></li> </ol> <hr> <p>Like for the first phase.</p> <ol> <li>Sign up</li> <li>Ask question, with tags</li> <li>answer a question</li> <li>comments on them</li> <li>Basic profile page.</li> </ol> <hr> <p>For next phase:--</p> <ol> <li>Add ajax for comments (Good for learning ajax)</li> <li>Votes, Not points</li> <li>Add things like Unanswered questions. (initial dont try to find the logic how SO is listing unanswered questions, Just do something like unanswered questions means question having no answer.)</li> <li>Question views</li> </ol> <hr> <p>then next phase and next phase. and finally you have a clone. :-) Ask Jeff to review it. (Kidding) </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload