Git Product home page Git Product logo

bankmvc's Introduction

Programming Assignment

Task Description

In the following assignment you will be required to create a simple web application using the following frameworks/tools:

  • ASP.NET MVC 5
  • WebAPI 2
  • Entity Framework 6
  • SQLServer
  • Any SPA or plain JS/JQuery

Instructions:

  • Create a web application (very simple HTML design, you can use simple lines, no need responsive) that emulates ATM.
  • The application should be a single page application that shows simple actions with ATM.
  • You can use any SPA or you can use simple JS or JQuery.
  • Create a database (MS SQL) with two tables:
    • Customer – contains information about a customer:
      • UserName
      • PIN (4 symbols) – should be hashed
      • Balance
    • History – contains information about transaction history
  • The application should support the following actions:
    • First screen:
      • Show two fields: UserName and PIN
      • If the user enters correct UserName and PIN show next screen
  • Second screen contains two buttons: Cash and Balance
  • If a user selects Balance you need to ask PIN (just a PIN) again and if PIN correct show balance
  • If a user selects Cash:
    • Ask PIN
    • Show several buttons: 50, 100, 200, Other Sum
    • If a user selects 50, 100 or 200 then show message "Please take your money" and close screen after 10 secs
    • If a user selects "Other sum" then show a screen with fields to enter sum and button "Cash"
    • Next, the same like 9.3
  • If a user takes cash, you must check balance before. If there is no enough money, you have to show appropriate message.

Will be plus, if you will be able to create screen, where a user can see transaction history.

Online demo

bankmvc's People

Contributors

kolosovpetro 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.