Vision Statement #15
Replies: 2 comments
-
Agile design sound very cool |
Beta Was this translation helpful? Give feedback.
-
During the meeting we discussed using vanilla html, css, and javascript. I suggest that we embrace a Model View Controller pattern. The View is responsible for updating the User Interface when changes are made to the Model Finally the Controller contains the logic for the application to function when buttons are pressed or values are changed, it contains the logic that changes the model (which then tells the view it changed) All three work together to create a single page web application that can be just as dynamic as something created with React or Angular, etc. |
Beta Was this translation helpful? Give feedback.
-
Vision Considerations
Please take a little bit of time to consider the goal of the app we are tasked with making. Look over the requirements and specications for our project. Now think about how you might write this application yourself. Please share your vision for developing this application below.
Closes Issue #6
Beta Was this translation helpful? Give feedback.
All reactions