utkarsh-1905 / time-table

Thapar University Time Table Generator App
https://timetable.mlsctiet.com
GNU General Public License v3.0
64 stars 20 forks source link

Added functionality to save course code with name locally #56

Closed yashrajpahwa closed 1 month ago

yashrajpahwa commented 1 month ago

Hi,

Based on https://github.com/utkarsh-1905/time-table/issues/34. I have added functionality for adding course code in local storage with the name and displaying it in the timetable.

Thanks, Yashraj

utkarsh-1905 commented 1 month ago

Can you add photos in this pr thread of how this functionality works?

yashrajpahwa commented 1 month ago

Video Demonstration: For a clearer understanding of the functionality, I've added a video demonstration: View Video on OneDrive.

Technical Explanation: The client application utilizes local storage to manage data and directly manipulates the DOM to insert specific text into elements with the tablemain class.

utkarsh-1905 commented 1 month ago

lgtm