Giter Site home page Giter Site logo

reconinternship's Introduction

Reconwithme/Banking App

Go through Vue Docs

Running the project

Install the dependencies...

npm install

...then start in development mode:

npm run dev

Navigate to localhost:3000. The app should be running after the build is finished.

Project

  • Build a simple banking app consisting of login and a dashboard page using vue.
  1. Make a simple login page consisting of username and password. Navigate to dashboard once user logs in.

  2. Make a dashboard that has following features:

  • Navbar with a logo(any), username and a logout(user should return to login page) button.
  • Total balance.
  • Debit and Credit buttons.
  • On clicking one of the button, user can see a form with fields:
    1. Date
    2. Amount
    3. Remarks
  • For debit form, user input amount is deducted from the total balance.
  • For credit form, user input amount is added to the total balance.
  • Table with fields:
    1. Date
    2. Remarks
    3. Amount that displays the data user submitted in debit or credit forms.
      • Put red background for debit and green background for credit in the table to differentiate the data.
  • Link to another page when user clicks on date of the table.
    1. User can see the expenses and earnings of that particular date in this page.
  1. The total balance should be updated with user input to debit or credit.

  2. Make use of localstorage as database.

Extra Points

  • If you can make login
  • If you don't make use of any global state management.

Note

  • Make use of router provided by vue for page navigation.
  • Make use of event handlers provided by vue.

reconinternship's People

Contributors

yogishaniraula avatar bajrayejoon 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.