Giter VIP home page Giter VIP logo

expense-manager's Introduction

Expense-Manager

Key Features of this Application

  • Keep Record of How Much you spend.
  • Add Your Expenses According to Category.
  • You Can See All of Your Expenses At One Place.
  • You Can Filter Your Expenses According to Category.
  • You Can Update or Delete Your Previous Added Expenses.
  • You Can See Your Weekly Expense Report of Current Month.
  • You Can See Your Category Wise Expense Report of Current Month.

Requirements

The task must satisfy the following requirements:

  • 1. User authentication: SignIn and Signup
  • 2. Provide three tabs - Dashboard, Expenses, and reports accessible through a navbar.
  • 3. Dashboard:
    1. Show total spent amount
    2. List last 5 transactions
  • 4. Expenses:
    1. List of expenses for the current user.
    2. Button to create a new expense.
    3. Must contain the following fields: DateTime, Amount, Currency, Description (optional), and a Category.
    4. The categories are -- Home, Food, Fuel, Shopping and Other.
    5. Can be created only after logging in
    6. Can be read only by the user who owns it.
    7. Can be updated or deleted by the user who owns it.
    8. Ability to filter the expenses by category.
  • 5. Report:
    1. Show total amount spent per week of the current month.
    2. Show total amount spent per category basis on the current month.
  • 6. The front-end must be a Single-Page-Application.
  • 7. Follow proper design guidelines and coding standards.

Improvements

These are optional improvements that’ll help in boosting your submission score.

  • 1. No business logic code in client app. (It must be only on the backend-server)
  • 2. The front-end web client is a PWA (Progressive Web App).
  • 3. Hosting the front-end and back-end to a cloud or hosting provider.
    1. Better if the cloud provider is Google Cloud Platform.
  • 4. Using GraphQL instead of traditional REST API.
  • 5. Pagination on the list of expenses.
  • 6. Use ReactiveExtensions in client web app: (RxJs for Javascript)
  • 7. User roles -- Admin and normal users.
    1. A separate page for Admin listing all users (only accessible by admin users)
    2. Admin users can view the expenses of all the users.
    3. Admin users can edit or delete the expense of all users.

Screenshots of Web Application

Landing Page Of Web Application image

Normal User Login Page image

User Register Page image

Admin Login Page image

Normal User Dashboard

where person can see his total expense(in INR) and five latest expenses made by him. image

Expense Page

where person can see all of the expense added by him(sorted in descending order of date and time), a button to add new expenses, filter expenses category wise and button to delete or edit particular expense. image

Add Expense Page

here user can add new expenses and choose any currency(used an api to get all currency name) while adding an expense. image

Delete Particular Expense image

Edit Particular Expense image

Report Page

weekly report of expense of current month added by user(in INR)(used an api to change any currency to Indian currency) image

category wise report of expense of current month added by user(in INR)(used an api to change any currency to Indian currency) image

Admin Page

list of all user (only visible to admin) image

expense added by particular user(admin can edit or delete expense) image


Adming Credentials

Email : [email protected]

Password : 654321


External Api

In this website I used two external api. one to access all available currency name(to show on add and edit expense page) and another to convert any currency into Indian currency(while showing total expense on dashboard or on report page.)

expense-manager's People

Contributors

keshavagarwal17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.