Skip to content

joinpursuit/Pursuit-Core-Web-Testing-React-Apps-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

⚠ The master branch has the starter code and has not tests or setup in it. tested-app has all tests implemented and tests-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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published