The simple line follower method is known as a bang bang controller.
There are two sensors that measure reflected light underneath the robot.
If they both see dark or black then the robot is on the line
If the right sensor only sees the line then the robot needs to move right.
If the left sensor only sees the line then the robot needs to move left.
This works, but is not pretty!
Turn the speed up and see what happens.