Skip to content

randspy/fitness-dashboard

Repository files navigation

Installation

The application was developed on MacBook Air M1 with node v20.17.0.

If you have volta you can install this node version with:

volta install node

Install dependencies:

npm install

Running the application

Server will run on http://localhost:4200/.

npm start

Application's overview

The Application is a workout logging app. Application used to refresh my angular knowledge.

Project structure

The app is based on architecture described in Angular enterprise architecture.

app
    core - business logic used by multiply features
    features - business features, contains components and specific business logic
    layout - components used for application layout
    ui - generic components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages