An application keep a track of your expenses with crud features along with search features. Built using Angular. This is my first angular single page application project. Current Features:
- Ability to save your expenses into the data store.
- Login and logout using Google's Firebase.
- Different expense history for different users.
- Search expense by Title.
- Filter expenses by Name, Amount or Date and sort them in ascending or descending order.
- Responsive in nature.
To add feature to this app you can clone this into your local workspace. Or directly fork it into your own github repository and then add features to it and create a Pull request along with details of what is the PR is for.
Any improvements or suggestions are most welcome.
To use firebase with angular : AngularFire Official documentaion, AngularFire quickStart.
This project was generated with Angular CLI version 9.0.2.