An open API service indexing awesome lists of open source software.

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.

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