Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 548 Bytes

File metadata and controls

13 lines (9 loc) · 548 Bytes

Task Manager Chrome Extension

This repository contains two distinct versions of a Task Manager Chrome Extension.


  1. Pure JavaScript Frontend Version:

    • A lightweight, standalone Chrome extension built entirely using vanilla JavaScript, HTML, and CSS.
    • Uses local storage for data persistence.
  2. React-Integrated Version:

    • A full-stack implementation that combines a React-based frontend with a Flask backend and SQLite database.
    • Offers more advanced features such as persistent storage and server-side logic.