https://github.com/etesam913/exercise-tracker
A personal exercise tracker that I built to teach myself Angular
https://github.com/etesam913/exercise-tracker
angular angular2 exercise ui web
Last synced: 2 months ago
JSON representation
A personal exercise tracker that I built to teach myself Angular
- Host: GitHub
- URL: https://github.com/etesam913/exercise-tracker
- Owner: Etesam913
- License: mit
- Created: 2024-10-28T22:33:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-08T18:09:47.000Z (4 months ago)
- Last Synced: 2026-02-09T00:06:45.756Z (4 months ago)
- Topics: angular, angular2, exercise, ui, web
- Language: TypeScript
- Homepage: https://exercise-tracker-dfc75.web.app
- Size: 661 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Personal Exercise Tracker
https://exercise-tracker-dfc75.web.app

## 🔗 Link to the deployed app
* https://exercise-tracker-dfc75.web.app
## 💪 Motivations
* I wanted a simple lightweight tool to track the exercises that I do at the gym.
* I wanted to learn modern Angular.
* I wanted to learn how to use Firestore & Firebase.
## 🧑💻 Local Development
* You will have to have the Angular CLI installed to run the project locally (https://angular.dev/tools/cli/setup-local).
* You can install the dependencies by running `npm install`.
* You can start the development server by running `npm start`.
## 🤖 Technologies
* Angular 18
* Firebase/Firestore
* Tailwind CSS
* Spartan UI