Skip to content

A simple web application to track jogging activity

Notifications You must be signed in to change notification settings

sunilbandla/jog-tracker

Repository files navigation

An application that tracks jogging times of users

Features

  • Users can create an account and log in
  • When logged in, user can see, edit and delete his times he entered
  • Roles with different permission levels
  • Each time entry will have a date, distance, and time
  • When displayed, each time entry has an average speed
  • Search through previous activity
  • Report on average speed & distance per week
  • REST API

Run application

  • npm install
  • bower install
  • grunt: to build
  • grunt server: preview
  • grunt serve:dist: preview of final app

About

A simple web application to track jogging activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published