Expensify allows people to track down their finances.
- all crud operations are supported
- client rounting
- management of states using redux
- dependecies are controlled by webpack
- light wieght in size because of webpack bundler
- storing the data in firebase realtime database
- User authentication using firebase-authentication
- Fully styles with scss
- Complete testing of the app with jest,enzyme and many more
clone this repository, then in command line
$ yarn install
$ yarn run dev-server
for testing
$ yarn run dev-server