Skip to content
Snippets Groups Projects
Commit c35d809e authored by thomas's avatar thomas
Browse files
parents a39340cb 023ee999
No related branches found
No related tags found
No related merge requests found
...@@ -13,22 +13,12 @@ This project aim to help end user to manange their energy consumption. The exten ...@@ -13,22 +13,12 @@ This project aim to help end user to manange their energy consumption. The exten
### Technologies ### Technologies
* [Angular 15](https://v15.angular.io/docs) * [Angular 16](https://v16.angular.io/docs)
* [SCSS](https://sass-lang.com/) * [SCSS](https://sass-lang.com/)
* [Typescript](https://www.typescriptlang.org/docs/) * [Typescript](https://www.typescriptlang.org/docs/)
* [Rxjs](https://rxjs.dev/) * [Rxjs](https://rxjs.dev/)
* [Chrome API](https://developer.chrome.com/docs/extensions/reference/) * [Chrome API](https://developer.chrome.com/docs/extensions/reference/)
### Folders structure
├── src
│ ├── app
| | ├── components `all components used in the app`
| | ├── services `in charge of the business logic (set active energy consumption, send message to extension) `
│ ├── assets `public files`
│ ├── extension `extension worker related file (update header, listen to messages from service)`
│ ├── scss `all scss variables, functions etc. Can be imported in any scss file using @import 'all.scss';`
|
## Setup ## Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment