One person project in Web Technologies

GeetanjaliPanda

GeetanjaliPanda

@geetanjalipanda-rcVoHv Oct 25, 2024
Hi.. I am a new member to this. so forgive me for my mistakes.. Actually I have to submit a minor project in this semester, and i am a single member in my group. so can anyone suggest me some projects that i can do without taking anyone's help specially based on web technology..

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @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

    GeetanjaliPanda

    @geetanjalipanda-rcVoHv Nov 11, 2012

    Thanks for your reply. I am comfortable with JAVA and HTML.
  • Kaustubh Katdare

    Kaustubh Katdare

    @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.