Frontend:
- For our web app frontend, we decided to use
TypeScript
as 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
ReactJS
as 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 useBootstrap
to style UI components and make our web app responsive to different screen sizes.
7 upvotes·46.6K views