Hi,
For our Intro to Web Development class, my team (4 students in total) was thinking of building a site like stackoverflow for our term project. What we envision is that everyone in our CS program including students from higher levels can have a common place to communicate and help each other.
I know that this sounds really big but we're going to make it as simple as possible. We talked about the requirements and these are
- Login/User Authentication
- Posting capabilities
- User Registration
- Some sort of a upvote/downvote system
- rep system
What we're allowed to use is XHTML, CSS, Javascript, PHP and MySQL for the database.
I would like to ask if this seems feasible for the ~3 months that we have and if the technologies that we're allowed to use can be used to fulfill the requirements effectively (I'm specifically worried about the upvote/downvote and the overall rep system).
Thank you.