Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Nov 11, 2012
#-Link-Snipped-# - Don't worry. You are in the good company. Before we can give you suggestions, it would help if you could tell us which programming languages / tools are you comfortable with. Most of the web based projects would need you PHP, JAVA, HTML, CSS etc. -
@geetanjalipanda-rcVoHv • Nov 11, 2012
Thanks for your reply. I am comfortable with JAVA and HTML. -
@thebigk • Nov 11, 2012
To start with, why not make a mini twitter clone? It'd be a web service that will allow users create accounts and then post status updates. You could target the following functionality in your mini-project -
1. Users are able to create accounts.
2. Logged in users will be able to update their status message in less than 160 characters.
3. @< username > would send an alert to the user tagged.
4. Users will be able to follow each other by clicking a 'follow' button displayed on each member's status page.
5. A central page will display all the status updates.