- Webpack - Modular bundler
- Firebase - Use of Realtime Database to store expenses
- Heroku - Cloud platform
git init
- Create a new git repogit status
- View the changes to your project codegit add
- Add files to staging areagit commit
- Creates a new commit with files from staging areagit log
- View recent commits
git add .
- Add files to staging areagit commit -m "message"
- Creates a new commit with files from staging areagit push
- Push to githubgit push heroku main
- Deploy