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

https://github.com/borjamrd/osea-bmrd


https://github.com/borjamrd/osea-bmrd

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![Alt text](src/assets/images/dash.png "Title")

# OSEA - Borja Muñoz

Hello, here you can play, add or just manage your favourite songs.

## Run fake backend
In order to retrieve song's data, you must `npm run server` and check `http://localhost:3000/`

## 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 Jest
Run `test:coveraget` to execute the unit tests via Jest and see code test's coverage

## Tech used

In order to create a fast-reliable application I've choose the following stack:

- Angular 17
- eslint
- PrimeNG
- TailwindCSS
- Jest
- ngx-translate

## Sections

- [x] layout + header + sidebar
- [x] Songs list
- [x] Song details
- [x] New song

## Comments
- [x] error-interceptor added to handle error in http-requests
- [x] message service implemented to visualize notifications in toasts