Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coderhs/new-tab-reminders
- Owner: coderhs
- Created: 2022-06-05T20:32:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T11:44:46.000Z (4 months ago)
- Last Synced: 2024-10-30T09:42:02.422Z (3 months ago)
- Topics: chrome-extension, firefox-addon, productivity
- Language: CSS
- Homepage: https://hsps.in
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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-remindersFeel free to fork, make modification and send a pull request.