https://github.com/maccauhuru/react-expense-tracking-app
React-Expense-Tracking-App using redux for state management & jest + enzyme test driven development.
https://github.com/maccauhuru/react-expense-tracking-app
babel build-tools component-based es6 firebase firebase-auth heroku-deployment javascript jest-tests reactjs redux state-management webpack4
Last synced: 2 months ago
JSON representation
React-Expense-Tracking-App using redux for state management & jest + enzyme test driven development.
- Host: GitHub
- URL: https://github.com/maccauhuru/react-expense-tracking-app
- Owner: Maccauhuru
- Created: 2018-04-20T22:59:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T02:15:18.000Z (over 7 years ago)
- Last Synced: 2025-11-20T13:03:16.607Z (7 months ago)
- Topics: babel, build-tools, component-based, es6, firebase, firebase-auth, heroku-deployment, javascript, jest-tests, reactjs, redux, state-management, webpack4
- Language: JavaScript
- Homepage:
- Size: 840 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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