Pursuit-Core-Web-Testing-React-Apps Starter App

You might remember this app from your React Props Lab

Testing

Our job will be to fully test this App using the Testing Library and Jest

Lab Description

Mock Up

goFundMe

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:

Top Bar

Displays the welcome banner for the donation page

Recent Donations

Displays a list of each of the previous donations, including the amounts, names and messages

Progress

  • 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

Donation Form

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