GithubHelp home page GithubHelp logo

ratewar / calendar-plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxpatiiuk/calendar-plus

0.0 0.0 0.0 9.22 MB

A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization

Home Page: https://chrome.google.com/webstore/detail/calendar-plus/kgbbebdcmdgkbopcffmpgkgcmcoomhmh

License: MIT License

JavaScript 2.06% TypeScript 81.27% CSS 10.98% HTML 5.69%

calendar-plus's Introduction

Calendar Plus

A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization

Add to Chrome

Features:

  • Plot your week/month/year using Bar Chart, Pie Chart or a Time Chart
  • Adds ability to ghost an event (make it semi transparent and non-interactive)
  • Adds ability to condense the interface to have more space for events
  • Adds autocomplete for event names when creating events
  • Allows to automatically place events into correct calendars based on defined rules
  • Supports exporting plotted data and exporting/importing plugin settings

Privacy Policy

Video Demo

Report a Bug/Feature Request

Screenshots

Column chart: Column chart

Time chart: Time chart

Pie chart: Pie chart

Settings: Settings

Expanded time chart Expanded time chart

Editing the layout Editing the layout

Local Installation

Pre-requisites:

Node.js 18
Npm 8

(Run all commands from the /src directory) Install dependencies:

npm install

Running

Build the front-end for production:

npm run build

Development

Start the watcher script which would rebuild the code on any changes:

npm run watch

Load unpacked extension into Chrome by following the instructions.

Note, on any code change, you will have to press the Reload Extension button in the top left corner of Google Calendar in order to see the newest changes.

React DevTools

You may have noticed that despite our app being built with React, React DevTools browser extension does not work for debugging it.

Instead, a standalone React DevTools (an Electron app) needs to be used. Installation Instructions,

Note, this will only work for when WebPack is run in development mode as we disabled react DevTools integration in production to reduce bundle size.

Testing

Unit tests are powered by Jest. Static Typechecking is powered by TypeScript.

You can run both like this:

npm test

or:

npm t

Alternatively, you can start Jest in watch mode:

npm run unitTests:watch

Generating Docs

cd src
npm run docs

calendar-plus's People

Contributors

maxpatiiuk avatar durbatuluk1701 avatar jetsemrick avatar jakeangus avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.