/Issue-Tracking-App

Primary LanguageJavaScriptMIT LicenseMIT

Issue-Tracking-App

Description:

This app tracks issues using local browser storage.

Features:

  • SCSS is available.
  • Run yarn install to setup SCSS
  • Run yarn sass:dev to execute and recreate CSS

Issues:

  • The app only works in chrome and safari. The import functionality of ES6 is not working in the firsfox and other browsers.
    Fix:
    • replace import with fetch
  • The app will not clear storage automatically. You need to clear cache to see new features. You will also lose your tasks. ``` - localStorage.clear Single directive - Clear-Site-Data: "cache"
            Multiple directives (comma separated)
            - Clear-Site-Data: "cache", "cookies"
    
            Wild card
            - Clear-Site-Data: "*"
        ```
    </li>