C-MacD / system-design-cruisine

System Design CMPT 330 project. Colin MacDonald, Erin Alvarico, Elizabeth Bellissimo, Melissa Aguilar.
https://c-macd.github.io/system-design-cruisine/
2 stars 0 forks source link

React Implementation #22

Closed eliz-bell closed 3 years ago

eliz-bell commented 3 years ago

Implement a POC (proof of concept) for each researched web framework (minimum 3). Each POC must include at least a homepage for your startup. Make an issue for each POC so they can be tracked correctly.

C-MacD commented 3 years ago

Code is tracked here: https://github.com/C-MacD/system-design-cruisine/tree/react-poc Commit 52c739f02ff9b5cd8ab1240b7a34c34a32998ad4 is probably the last of the work done on it. Here's how it looks: image

C-MacD commented 3 years ago

I don't like react too much. Maybe I'm not understanding how it's supposed to be used, but it seems like it is more helpful to the backend than the frontend.

C-MacD commented 3 years ago

POC has been done so closing the issue