Welcome to the Walktober project! Walktober is a yearly fitness challenge at PSU, and this project aims to design and implement a new software platform to support the event. The new platform should have a modern look and feel, be responsive and accessible on different devices, and have improved design, graphics, and branding. It should also have better controls, analytics, and be more fun for participants. Additionally, it should have a simpler configuration for PSU administrators, with a focus on how PSU runs the Walktober event, and provide backend reports.
git clone https://github.com/psu-software-engineering-capstone/walktober.git
cd walktober
npm install
To run Walktober, follow these steps:
ionic serve
or npm run start
ionic cap run ios/android
Note: To run the app on a mobile device, make sure that you have the necessary development environment set up for the chosen platform (e.g. Xcode for iOS or Android Studio for Android).
The deployed version of Walktober can be accessed at (https://psuwalktober.web.app/)
Walktober is distributed under the MIT License.