This is a flask based Todo web application in which users can
plan and check their tasks. Users can also divide their tasks into
different categories according to their needs.They can also
check mark any task if completed.
This project creates a system process monitor which is similar to htop in
Linux OS . It lists the different processes running on the system and other
information by reading them from different files on the system. It runs on
Linux os . I have Implemented the System, Process, and Processor
classes, as well as functions within the LinuxParser namespace to
complete this project and pass these into provided ncurses display to
show the results.
This project builds a multi-section landing page, with a dynamically updating navigation menu based on the amount of content that is added to the page. While navigating through the page, the section that is active in the viewport/closest to the top should be distinguished from the other sections.