Feed-Forward Backpropagation NN from scratch

Has anyone created a simple Feed-Forward Backpropagation neural network without using any external libraries (even numpy) ? If so, please share with me. I need to create one with 2 inputs and 2 outputs but I’m just starting in this domain(and unsure how to do it) so I would love to see if someone’s already implemented it.