NSITulator / NSITulatorWeb

🎓 A simple university percentage calculator
http://nsitpercentage.appspot.com
Apache License 2.0
16 stars 3 forks source link

Let's use React for the UI #4

Open bogas04 opened 8 years ago

bogas04 commented 8 years ago

Since the app has complex interface with a lot of key binders using ugly jQuery code, I think we can reuse components in a neat way. A lot of code can be abstracted using components. Further, we can port the same components to react-native for mobile applications in future.

Why react over others ? Coz it rules \o/