/todo-app-chrome-extension

Chrome extension for managing todo by Typescript

Primary LanguageCSS

TODO App For Chrome New Tab Extension

This project is NewTab chrome extension written by TypeScript. Simple Todo app that uses local storage.

How to run

  1. Clone the source codes
  2. Run the command below
    ~ $ npm install
    ~ $ npm run build
  3. When the output is created in the dist directory, install it in Chrome.

Test