react-course-2-expensify-app icon indicating copy to clipboard operation
react-course-2-expensify-app copied to clipboard

Code for the budget app in The Complete React Developer Course

Git Commands

git init - Create a new git repo git status - View the changes to your project code git add - Add files to staging area git commit - Creates a new commit with files from staging area git log - View recent commits