An open API service indexing awesome lists of open source software.

https://github.com/josgard94/mvc_example

This is a basic example of MVC (Model, View, and controller). In this example we used an MVC to perform an operation mathematic basic, that is, the view on this example allows the user perform a multiplication of the two numbers.
https://github.com/josgard94/mvc_example

design-pattern disign-pattern-mvc java mcv

Last synced: about 1 year ago
JSON representation

This is a basic example of MVC (Model, View, and controller). In this example we used an MVC to perform an operation mathematic basic, that is, the view on this example allows the user perform a multiplication of the two numbers.

Awesome Lists containing this project

README

          

# MVC_example
This is a basic example to MVC (Model, View and controller). In this example we used a MVC for perform an operation matematic basic, that is, the view on this example allow the user perform a multiplication the two numbers.