Healthy is a Progressive Web App (PWA) designed to help you use yourcomputer in an ergonomic way.
It operates independently without the need for a connected Backend, storingall information directly on your device.
Clone the project
git clone https://github.com/FreakeyPlays/healthy.git
Go to the project directory
cd healthy/
Install dependencies
npm install
Start the server
npm run start
To run Unit tests, run the following command
npm run test
To run e2e tests, run the following command
npm run e2e
Client: Angular, SCSS
Server: -
Testing Suite: Jest, Playwright
DevOps: Docker, NGINX