This document describes a line following robot project created by students at Kathmandu University. The robot uses optical sensors and an Arduino microcontroller to follow a dark line on a white surface. It can track the path and display the distance traveled on an LCD screen. The objectives are for the robot to accurately follow lines, navigate turns, be insensitive to environmental factors, allow calibration of the line detection threshold, and be reliable. The components include optical sensors, a comparator, Arduino, motor driver, DC motors, and LCD panel. Block diagrams and the design process are documented. The students have completed literature review, logic implementation, motor speed control simulation, and mechanical design. Remaining work includes hardware assembly, implementing distance tracking, and