By Paul Santos and Jack Cao
This project encompasses a simple web page deployment using HTML, CSS and Javascript. It consists of a landing index.html page which then allows the user to select either of the applications available: A donation tracker component or a volunteer hours tracker component.
Each feature will be developed independently in a separate branch and merged via pull request. Each pull request will be made such that the integrated tests will be run automatically before merge, and code shall be reviewed by the other person before being approved.
A separate style guide outlining key elements of the visual language for the project is available under the STYLE_GUIDE.md in the root directory.
This project is set up to use and be deployed using the GitHub Pages framework, with integrated automated Jest testing via the Node.js framework.