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: 7 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T01:08:08.000Z (11 months ago)
- Last Synced: 2025-01-11T19:34:42.640Z (9 months ago)
- Topics: angular, angular2, exercise, ui, web
- Language: TypeScript
- Homepage: https://exercise-tracker-dfc75.web.app
- Size: 657 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