bibhuticoder / samaya

Samaya is a friendly personal dashboard on browser's new tab; featuring Nepali calendar, daily Nepali quotes, Nepse daily updates & Nepali wallpapers.

Home Page:https://bibhuticoder.github.io/samaya/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samaya

Samaya is a friendly personal dashboard featuring Nepali calendar, daily Nepali quotes & Nepali wallpapers.


Download extension

Chrome

https://chrome.google.com/webstore/detail/samaya/jmpipanemahgfelokjjpdilfcfboinni

Firefox

https://addons.mozilla.org/en-GB/firefox/addon/samaya/

Project setup & deployement

The Vuejs project for extension is inside the Extension folder. index.html at root is the landing page.

Setup & Dev

git clone git@github.com:bibhuticoder/samaya.git
cd samaya
npm install
npm run serve

Build extension

npm run build

Run as chrome extension

  • Goto Chrome->Extensions->Load Unpacked
  • Point to 'dist' directory inside your project
  • After each build, reload extension

Reference: https://developer.chrome.com/docs/extensions/mv3/getstarted/

Run as firefox extension

Follow steps given on this link

https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/

Todos

  • Consistemt design System
  • Functional calendar
  • Select best image sources from Unsplash
  • Build static JSON quotes api(splits data into chunks - chunk_1.json, chunk_2.json...)
  • Application settings
  • Contributors for photographs & Quotes
  • Wallpaper preview when hovered on photoprapher info
  • Save applicaton data on browser storage(instead of localstorage) & sync across devices.

Change Log

1.0.0

  • Initial Release

1.0.1

  • Adds background overlay & text shadow to make the text more visible/readable
  • Changes current day highlight on calendar to blue
  • Minor bug fixes for notepad

1.0.2

  • Fixes Nepali calendar bug
  • "selected note not rendered on creation" bug fixed
  • Updates unsplash collections list & featured wallpapers

About

Samaya is a friendly personal dashboard on browser's new tab; featuring Nepali calendar, daily Nepali quotes, Nepse daily updates & Nepali wallpapers.

https://bibhuticoder.github.io/samaya/

License:GNU General Public License v2.0


Languages

Language:Vue 71.3%Language:JavaScript 12.8%Language:HTML 10.0%Language:SCSS 5.9%