1. Starter Project Template
2. Project Structure Walkthrough
3. Exploring The API
4. How To Use Any API-Optional
5. Register User Action
6. User Registration Slice
7. Connect Redux Store To React
8. Dispatch Action To Register User
9. Display Loading & Error
10. Action To Login User
11. Save User Into LocalStorage
12. Save Login User Into Redux Store
13. Private and Public Links
14. Logout User Action
15. Redirecting User
16. Testing User Profile Endpoint-OPTIONAL
17. User Profile Action
18. Get User Profile
19. Dashboard Data
20. Protecting Components
21. Testing Projects Endpoint. OPTIONAL
22. Create Account Action
23. Account Slice
24. Dispatch Action To Create Project
25. Display All Accounts
26. Fetch Account Details Action
27. Display Account Details
28. Testing Add Transaction Endpoint-OPTIONAL
29. Create Transaction Action
30. Transaction Slice
31. Create Transaction
32. Display All Transactions
33. Reduce & Filter Demo-OPTIONAL
34. Calculate Total Income & Expenses
35. Account Summary Part 1
36. Account Summary Part 2
37. Update Account Action
38. Update Account
39. Redirect After Updating Account
40. Redirect After Creating Account
41. Action To Update Transaction
42. Get Single Transaction
43. Update Transaction
44. Redirect After Updating Transaction
45. App Improvement