React Course The Complete React Developer Course (w/ Hooks and Redux) by Andrew Mead Live project Tools Webpack - Modular bundler Firebase - Use of Realtime Database to store expenses Heroku - Cloud platform 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 Deploying with Heroku git add . - Add files to staging area git commit -m "message" - Creates a new commit with files from staging area git push - Push to github git push heroku main - Deploy