1. Creating a test buyer account
2. Creating a test seller account
3. Creating a Paypal App
4. Install fetch
5. Get the access token from Paypal
6. Function which creates a Paypal order
7. PayPal request id
8. Function which captures a Paypal order
9. Create order endpoint
10. Capture order endpoint
11. Adding the Pay Now button
12. Creating the logic for the Pay Now button
13. Completing the logic for the Pay Now button
14. Testing the response from PayPal
15. Redirecting the user to Paypal
16. Testing the web application
17. Adding a new web page for the project with Webpack
18. Create the initial React code for the new page
19. Create a new route for the new page
20. Checking whether the new page works
21. Creating a new React component
22. Getting the access token
23. Capture order HTTP request
24. Confirmation message when the transaction is completed
25. Apply some CSS styling to the previous web page
26. Testing a Paypal transaction
27. Add the cancel page with Webpack
28. Initial React code for the cancel page
29. Add a new route for the cancel page
30. Check the new page configuration
31. Creating an new React component
32. Adding an image file to the project
33. Cancel page content
34. Checking the cancel page
35. Cancelling a payment