This website was inspired by Matt Mazur, specifically his post about a step-by-step back-propagation example on his website which helped me out a ton when I was learning about neural nets the first time.
When I was learning the ins and outs of how neural nets worked, and their training process, it was extremely hard to find a decent beginner friendly article or video with a numerical demonstration of the backpropagation algorithm. As such, when working out examples with pen and paper it was difficult to know if I got the correct answer, and if my method would work in reality. I thought now that I have some time and I'm passed that point of struggle, I could create a simple website which will help others who might find themselves in a similar position to past me.
For those who want an easy quick-start in building neural nets, you can check out my easy-to-use neural net library on my GitHub. I recommend this library to beginners who are trying to experiment and grasp the different concepts of neural networks rather then professionals trying to build production grade models, as better libraries are available for that.