In this post you will know what are the best web developer projects for fresher or beginner to gain practical experience. Off the top of my head I can recommend some of these, I haven’t thought through how difficult they might be yet:
Simulation
Design a single page site which contains a couple of input boxes for the user, after each input the page calculates for them a final result, this could be done for costing, performance, physics etc.
Teaches you about scripting and behind the scenes code the user can’t see
Log in interfaces
A form where a user can create an account, log in, change account, delete account and can have user privileges based on account level.
Teaches you security protocols, databases, and input validation
A basic forum
Can extend from point 2a if you want a larger project, a page where users can submit a question or their thoughts, and other users can reply
Teaches databases and how to show if another user is online or not. Could be considered social networking.
A basic wiki-pedia style site
Many many many pages, could fill them with Bacon Lorem ipsum, maybe a javascript scrolling navigation bar
Teaches user end navigation, breadcrums, how to change pages, redirecting.
A game website
This could either be a game you have made embedded in the browser using javascript, html5, flash or java. Or you could alternatively open a game from another website but it shows in your site instead.
This can teach you embedding elements in a form.
Simulation
Design a single page site which contains a couple of input boxes for the user, after each input the page calculates for them a final result, this could be done for costing, performance, physics etc.
Teaches you about scripting and behind the scenes code the user can’t see
Log in interfaces
A form where a user can create an account, log in, change account, delete account and can have user privileges based on account level.
Teaches you security protocols, databases, and input validation
A basic forum
Can extend from point 2a if you want a larger project, a page where users can submit a question or their thoughts, and other users can reply
Teaches databases and how to show if another user is online or not. Could be considered social networking.
A basic wiki-pedia style site
Many many many pages, could fill them with Bacon Lorem ipsum, maybe a javascript scrolling navigation bar
Teaches user end navigation, breadcrums, how to change pages, redirecting.
A game website
This could either be a game you have made embedded in the browser using javascript, html5, flash or java. Or you could alternatively open a game from another website but it shows in your site instead.
This can teach you embedding elements in a form.
No comments:
Post a Comment