Tagger
Download from Chrome webstore or download this and ng build
Backend API made with C# .NET
Database in SQL server
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.
TODO
Make "All tags" work like "your tags"
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.
Allow login to save your tags.
Sort tags by date.
In the options page, show how many times the tag has been tagged, upvoted, or downvoted.
Usage
It is my first Angular project, designed to gain knowledge about the framework.
How to
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."
Angular
This project was generated with Angular CLI version 15.1.5.
Development server
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.
Code scaffolding
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.
Build
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Running unit tests
Run ng test to execute the unit tests via Karma.
Running end-to-end tests
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.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.