This is a full-featured fitness tracker application built with Angular, featuring NgRx, Firebase, Angular Material, and Angular Fire.
- Track your fitness activities
- Integration with Firebase for data persistence
- Use of Angular Material for a modern, responsive UI
- State management with NgRx
- Real-time updates with Angular Fire
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js and npm installed on your machine
- Angular CLI:
npm install -g @angular/cli
- Clone the repository:
git clone <repository-url>
- Navigate into the directory:
cd fitness-tracker
- Install the dependencies:
npm install
- Run
npm start
to start the development server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - Run
npm run build
to build the project. The build artifacts will be stored in thedist/
directory. - Run
npm run watch
to build the project and watch for changes. - Run
npm test
to execute the unit tests via Karma.
- Marothi Mahlake - marothi.codes@gmail.com
This project is licensed under the MIT License.
Angular, NgRx, Firebase, Angular Material, Angular Fire, TypeScript