https://github.com/sebasruiz09/iris_test
angular technical test development, task list application with implementation of csv creation and export service
https://github.com/sebasruiz09/iris_test
angular csv rxjs scss
Last synced: about 1 year ago
JSON representation
angular technical test development, task list application with implementation of csv creation and export service
- Host: GitHub
- URL: https://github.com/sebasruiz09/iris_test
- Owner: sebasruiz09
- Created: 2022-12-29T20:38:46.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-02T04:13:32.000Z (about 3 years ago)
- Last Synced: 2025-01-23T15:32:50.406Z (about 1 year ago)
- Topics: angular, csv, rxjs, scss
- Language: TypeScript
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1. IrisTest
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.4.
## Install dependencies
Run `yarn` or `npm i` and waits for the installation to finish
## Development server
Run `ng lint --fix` `ng serve` and for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Or run `ng serve --host "YOURIP"` to share the project with your network using your pc as a local server.
## 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 Karma with the javascript testing framework Jasmine
Run `ng test --code-coverage` to see the percentage of coverage of unit tests
# 2. Extra Features
## Theme functionality
toogle integration in the main window to change the theme between dark or light.

## Download data in CSV format
functionality to download all aggregated tasks, converting the data structure to csv and then downloading it to the device

## Eslint + Airbnb + lint Rules for .ts files
Eslint configuration for all .ts .spec.ts files, in order to detect unused variables, bad practices, bad indentation and be corrected in time to achieve a more maintainable and readable code.