cardioB_3471
GitHub repository for Health and Fitness app project in CSI 3471
This is the README file for the group project "Cardio B". Please do not edit this file.
[ START HERE ]
For the actual programming side of this project there are 5 main requirements! They are to use Github (here), use Swing (GUI), use JUnit tests, use JavaDoc, and use the ticketing system!
- For Swing, we will be using this to make practically the entire project so expect to get familiar with this
- For JUnit this is how we will be testing our code making sure it is clean, and has good code coverage
- For JavaDoc this is how we will make documentation which we will put on the website for our code, PLEASE make the correct style of comments so we can just run the JavaDoc tool later. Check the link to see how to do this.
- Our ticketing system is being run through Github Issues which can be found in the issues tab above, please familiarize yourself with this and report bugs and features we need to work on there!!!
Swing:
https://www.geeksforgeeks.org/introduction-to-java-swing/#
JUnit:
https://www.geeksforgeeks.org/introduction-to-junit-5/
JavaDoc:
https://www.geeksforgeeks.org/what-is-javadoc-tool-and-how-to-use-it
Github Issues:
Issues Quick Start