This is an exclusively CSS3 project obviously there is a little bit of HTML involved but a very little and rest of all is CSS3, We have a earth orbiting animation, a sun that is pulsing in the background you can see its a solar flare, u can see the stars in the universe are fading in and out slowly. the earth is orbiting the sun, and the earth itself is rotating and then the moon is spinning in the opposite direction around the earth and all of these is just by using only 3 to 4 html tags and the rest is CSS3. Using animation transform rotate different gradients, color, backgrounds images.
This is a jQuery car racing game, let me briefly describe how this game works it has a couple of cars and when you click race they are going to race one another and no one knows who will win, in the result section you can see which car wins and cars clocked at how many miliseconds and then when you click on reset buttons it resets the position of both the cars erases the previous results, basically resets evrything for the new game.
This is a To-Do-List that uses plain vanilla CSS, a little JavaScript and HTML of-course just to show how effective even the basic of these three languages can do by making a real time web application that can be used in your everyday life. To add anything in your to-do-list ypu just have to enter the text and press return and it will be added to the list and to remove just click the box next to the things in the list and it will remove it.
This is a pig game that uses JavaScript Dom manipulation, HTML and CSS to develope this wonderful and fun game, how this game work is you have an text box that takes the high score you want to play until which uses JavaScript to set the score limit, then you start playing the game by clicking on the roll dice button, each time you roll a number will get added to the current area and can play until you roll a one which will turn your current score to zero and will make the other user active to play or you click hold to add you current score to the actual score board and to give the turn to the second player. Whosoever reaches the score limit first or the default score 100 wins the game. Click on the new game will refresh the game and will set it to start it fresh. Also a twist roll three six in a row will zero all you score!!
This is an actual useful practical real world web applicaton that you can use everyday, This has a week layout and you dont really see any user interface element until you hover over a week day you are given an input that has a placeholder that says add a new item with a text cursor, you can drag the to-do list item to any place across all over the weekdays area wherever you want.and once you are done or if you want to delete something just drop it to the delete box and it will delete it for you.