Workout app with music
This application was designed in order to enable an end user to create a workout and associated playlist that would help motivate them at the gym. The application makes use of HTML, CSS, JavaScript and several APIs. Our team utilized the semantic UI library and Jquery libraries to design our application. Through this, we learned about various portions of branching and how to link multiple JavaScript files into one. Additionally, we learned how to better utilize 3rd party APIs.
GitHub repository
Deployed Site
Please see our application flow documentation below: Application Flow:
To learn more about our application, please feel free to reference our presentation below: https://docs.google.com/presentation/d/1xG20oh73wriI7COidxMGC3aCWvp3qsngkayhAI96Es4/edit?usp=sharing
The primary team members who were involved in this were Nick Johnson, Drew Hart, Gabriela Reyna and Nabeel Khan. Please see their GitHub portfolios below:
Screenshots of the application are visible at the following location:
MIT License
Copyright (c) [2023]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Our application uses several primary features:
- Spotify API to pull in recommended music based on user selection results
- Workout API to pull in recommended exercises based on user selection results
- Semantic UI Library to create visuals of the workout and playlist pages
- The ability to store pages and switch between them
Areas where the application's functionality can be built out are: use of Semantic UI and implementation of pause and play buttons from the Spotify Music Player API. To reference this material, please feel free to see the GitHub repository above and create a pull request with your code
To reference the source code, please see the link to our GitHub repository: https://github.com/gabrielarec/FitMix