Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.89 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.89 KB

Notes Kitty

Notes-Kitty

Runner up idea for dotslash hackathon.

Want to make searching and organizing your queries easy? Our extension will open you the top links based on your query and not only that, you'll be able to remove all the advertisements and unnecessary data on the website by cleaning the website with the click of one button. We also provide additional features including dark mode and custom editable notes on the current link itself. One can even add notes and it will be stored as a pdf file. This will make the creation and organization of notes much easier.

Prerequisites

  1. Node
  2. Yarn

Installing

To get a copy of the extension to work on your local system , follow the respective instructions :

  1. Clone the repository
git clone https://github.com/Twelfth-Hour/notes-kitty
  1. Install yarn and format it.
yarn install

yarn format
  1. Run yarn build to convert the scss file into css so it can be used within the extension.

  2. In chrome , move to settings and within that click the extensions .

  3. Switch to the developers mode and click Load Unpacked and select the notes-kitty folder and open it.

In the end , an extension will appear on the screen and you can use the extension to its fullest extension and explore the feature.

Extension Demo

Notes-Kitty

Built With

  • Chrome Extension - Extensions are small software programs that customize the browsing experience.
  • Sass - Sass lets you use features that don't exist in CSS yet like variables, nesting, mixins, inheritance and other nifty goodies that make writing CSS fun again.

Contributors