Skip to content

vharvey80/React-Redux-Expensify

Repository files navigation

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 stating area
  • git log - View recent commits

Pluggins and Packages

Ideas

MongoDB, GraphQL, Node.js API, etc.

  • Expensify App

    1 - Add confirmation modal when removing an expense.
    2 - Show number of hidden expenses in /dashboard summary.
    3 - Add support for another social login system.
    4 - Buy a custom domain and configure it with heroku (or use subdomain on domain you own).

  • Indecision App

    1 - Deploying it.

  • Blogify {...}

New Feature Workflow (End to End)

1 - Launch devServer + Jest Test Suite.  
2 - Add the new feature.  
3 - Test everything.  
4 - Push to master and to heroku.