From ff9acd62b782b3eef07df4bd7efce9b5a036d4ad Mon Sep 17 00:00:00 2001 From: GiselleBarbosa Date: Tue, 26 Dec 2023 23:50:06 -0300 Subject: [PATCH] chore: removed unused imports and updated readme --- README.md | 52 ++++++++++++++++++++++++++++++++++++------------- src/index.html | 20 +------------------ src/styles.scss | 2 +- 3 files changed, 40 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 8d680b9..512d8ca 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,51 @@ -# FinancesV20 +

Finances v2.0


-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4. +

+ Project   |    + Layout   |    + Technologies   |    + License +

-## Development server +## 💻 Project -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. +

+The Finances project aims to help organize the expenses and monthly billing of its users. Built in angular for scalability.
+

-## Code scaffolding +## 🔖 Layout -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`. +#### Design created in Figma -## Build +`https://www.figma.com/file/DsZsSt7epsXDrW0ZQLh9dn/app-finances?node-id=0%3A1&t=2FGFX5VDgLd2hOwh-0` -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. +

+ projeto DevLinks +

-## Running unit tests +## 🚀 Technologies -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). +This project was developed with the following technologies: -## Running end-to-end tests +- Angular +- Typescript +- HTML/CSS +- Git/ Github +- Figma +- Angular Material +- Bootstrap +- API with Json-server -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. +## :memo: License -## Further help +This project is licensed under the MIT.

+License -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. +

+ +--- + +

+2023© FINANCES +Developed by Giselle Barbosa & Tiago Barbosa +

diff --git a/src/index.html b/src/index.html index 23a2f32..e5aa430 100644 --- a/src/index.html +++ b/src/index.html @@ -6,25 +6,7 @@ - - - - - - - + diff --git a/src/styles.scss b/src/styles.scss index b3eec84..e891f89 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,5 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"); -@import url("https: //fonts.googleapis.com/icon?family=Material+Icons"); +@import url("https://fonts.googleapis.com/icon?family=Material+Icons"); * { font-family: "Roboto", sans-serif;