Skip to content

Expensify is a React application that helps users to track down their finances.

Notifications You must be signed in to change notification settings

vinayakphegde/expensify

Repository files navigation

Expensify

Introduction

Expensify allows people to track down their finances.

Features

  • 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

implementation

work flow

get started

clone this repository, then in command line

$ yarn install
$ yarn run dev-server

for testing

$ yarn run dev-server

References