One of my earlier projects, EZ-Sketch, is a simple online drawing tool.
It was a very fun project which taught me a lot about JavaScript and the DOM, since I had almost no prior knowledge of them. The majority of things I learned on the fly while working on this project. Needless to say, no frameworks were used here. Just good old HTML, CSS and JavaScript
Although not perfect, it's still one of my favorite projects, because it was the first time I saw the power of JavaScript and how much you can do with it.