An open API service indexing awesome lists of open source software.

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

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.

image

## Download data in CSV format

functionality to download all aggregated tasks, converting the data structure to csv and then downloading it to the device

image

## 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.