Jasmine Sun
Feb 12, 2021
Decided
Frontend:
- For our web app frontend, we decided to use
TypeScriptas our programming language because it supports all functionality of JavaScript and supports optional typing to the language, which can help us take advantage of OOP. - We chose
ReactJSas our frontend library because its state management would be very handy for our single-page app. React is also component-based, which can help us improve the modularity and extensibility of the project. - Aside from the standard web technology
HTML/CSS, we will useBootstrapto style UI components and make our web app responsive to different screen sizes.
0 views0