https://github.com/borjamrd/osea-bmrd
https://github.com/borjamrd/osea-bmrd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/borjamrd/osea-bmrd
- Owner: borjamrd
- Created: 2024-03-07T19:29:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T16:00:55.000Z (over 2 years ago)
- Last Synced: 2025-02-16T15:31:26.194Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://osea-bmrd.vercel.app
- Size: 864 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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