Download from Chrome webstore or download this and ng build
Backend API made with C# .NET
LocalDb in extension provided by https://github.com/dexie/Dexie.js
Icon made in https://www.freelogodesign.org/
The Tagger is a Chrome extension that simplifies the usage of bookmarks and notes.
Create a backend (preferably using C#) to store all users' tags. If the same URL is posted multiple times, add +1 to the "all tags" area and give the option to see which tags have the most "+" within a specific time period, such as today, this week, or this month.
It is my first Angular project, designed to gain knowledge about the framework.
To use Tagger, mark the desired text on any webpage (optional) and press "ctrl + left mouse click." A pop-up window will appear, allowing you to save the text and URL, with the option to add tags for that site. To access your bookmarks and notes, press "ctrl + right mouse click."
This project was generated with Angular CLI version 15.1.5.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.