https://github.com/fajoaq/react-expensify-app
React course application. Track expenses with details like due dates and amount.
https://github.com/fajoaq/react-expensify-app
Last synced: 3 months ago
JSON representation
React course application. Track expenses with details like due dates and amount.
- Host: GitHub
- URL: https://github.com/fajoaq/react-expensify-app
- Owner: fajoaq
- Created: 2020-11-28T20:04:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T01:42:41.000Z (over 4 years ago)
- Last Synced: 2025-01-09T02:28:29.903Z (5 months ago)
- Language: JavaScript
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git commands
git init - Creat a new git repo
git status - View the changes to your project code
git add - Add files to staging area
git commit - Create a new commit with files from staging area
git log - View recent commmits