git clone
this repositorynpm install
to install dependenciesnpm run build
to build the projectnpm run watch
to start the development server
- Inserts ticker when
<span id="donor-ticker" data-layout="horizontal">hello</span>
has been placed in HTML - Displays the recent donations on JSON file
- Displays the first name, first letter of the last name, and the donation amount of the donator
- Replace the name of the donator when they want to be anonymous
- Animation pauses when the ticker scrolling has been hovered
- It will also append a checkbox under the email address asking if the donator wants to become anonymous(no backend working)