Skip to content

A simple reminder/todo application that opens up every time you open a new tab.

Notifications You must be signed in to change notification settings

coderhs/new-tab-reminders

Repository files navigation

new-tab-reminder

Chrome Extension

Project setup

The project is build using:

  • Node version 16.14.2
  • Yarn version 1.22.15
  • npm version: 8.5.5
  • OS: Ubuntu 22.04
yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Build Google Chrome extension

yarn build-google

Build firefox extension

yarn build-firefox

Lints and fixes files

yarn lint

Credits:

Initial vue todo app was build using the code form: Vue.js workshops Source code is available at: https://github.com/coderhs/new-tab-reminders

Feel free to fork, make modification and send a pull request.