Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coderhs/new-tab-reminders

A simple reminder/todo application that opens up every time you open a new tab.
https://github.com/coderhs/new-tab-reminders

chrome-extension firefox-addon productivity

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# new-tab-reminder

[Chrome Extension](https://chromewebstore.google.com/detail/New%20Tab%20Reminder/mcgmfombdolcfpnbcefghclidgbdabih?hl=en-GB&authuser=0)

## 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](https://public.vuejsworkshops.com/guide/todos/)
Source code is available at: https://github.com/coderhs/new-tab-reminders

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