hwang26 / mock-crud-app

0 stars 0 forks source link

Analysis: Front-end Framework #12

Closed hwang26 closed 3 years ago

hwang26 commented 3 years ago

Do research on how React might enhance the application. Do research into using Bootstrap for Phase 1

Acceptance Criteria:

hwang26 commented 3 years ago

Analysis

React

The learning curve is not super high and I understand a bit of how its used. For now, I'd like to defer usage of React to Phase 2, when we flesh out the user interface more.

Bootstrap

This is a very established front-end solution that can help us with making the front-end UI minimally viable. We want a framework that is simple, but useful enough to provide functionality such as dynamic resizing of the viewport in an attractive way.

There is CSS Flexbox and Grid, but those are more generic tools, and we're looking for something that will look good out of the box.

Let's take this framework into consideration when developing the frontend and spend a day or two learning the basics.