Skip to content

Keep count of your income and expenses all in a single place!

Notifications You must be signed in to change notification settings

deepdeev/kipcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Kipcount

Commands needed for it to work:

React components:

meteor npm install --save react react-dom

Load transactions collection on the server

meteor npm install --save react-addons-pure-render-mixin
meteor add react-meteor-data

Developer Notes

In order to add the datepicker, I decided to use http://www.material-ui.com/#/components/date-picker. Follow the instructions carefully and then merge them with Meteor.

In order for this thing to run I needed to add this to my App.jsx given the fix presented here: mui/material-ui#4670 Change

import injectTapEventPlugin from 'react-tap-event-plugin'; injectTapEventPlugin();