⚠ The
master
branch has the starter code and has not tests or setup in it.tested-app
has all tests implemented andtests-written-during-class
has partial tests, these are the branches you want to use for your reference and review.
You might remember this app from your React Props Lab
Our job will be to fully test this App using the Testing Library and Jest
Build a React app modeled after the image above. Included in this repo is an html file that renders a static version in HTML. Your React app should have the following components:
Displays the welcome banner for the donation page
Displays a list of each of the previous donations, including the amounts, names and messages
- Displays how much total money has been raised out of the goal
- (Bonus) Display a progress bar that is filled up to the appropriate percentage
Should include:
- A field for the donor's name to be entered
- A field for the message
- A range that sets the donation amount
- A "Donate" button