a todolist for a chrome extension!
This is code, that when uploaded to chrome://extensions, will transform your "newtab" page into a todo list!
Follows this article: https://javascript.plainenglish.io/creating-a-chrome-extension-with-react-d92db20550cb
Directions:
- clone the repo
- navigate to chrome_extension_todo_list/r
- run the command "npm run move"
- go to "chrome://extensions"
- Click on "Load unpacked"
- Choose the new folder "chrome_extension_todo_list". Note, don't choose '../r'.
- Check out your new todo list!