Michael Lai https://a4-michael-lai.herokuapp.com/
Note: Given 24 hr extension + unknown extension (he messaged I could have another extension, I interpreted it as 12 hrs)
While I wanted to originally fix up A3 to port to React, that never worked out as I encountered troubles with implementing React there, so I swapped to A2.
Even when swapping to A2, I encountered other problems, such as requiring to port the server to express js, and multiple issues with Snowpack setup. While React provides some benefits with JSX and somewhat easy state updates, the setup issues far exceed these benefits. With this, I strongly believe that React hindered my development.
Note: This is Michael after getting help with my React setup and various syntax errors from Margaret. React seems better to use now, but my main issue is still with the inital setup (mainly with Snowpack).
===
Due: October 4th, by 11:59 AM.
For this assignment you will re-implement the client side portion of either A2 or A3 using either React or Svelte components. If you choose A3 you only need to use components for the data display / updating; you can leave your login UI as is.
Svelte Tutorial
React Tutorial
This project can be implemented on any hosting service (Glitch, DigitalOcean, Heroku etc.), however, you must include all files in your GitHub repo so that the course staff can view them.
Do the following to complete this assignment:
- Implement your project with the above requirements.
- Test your project to make sure that when someone goes to your main page on Glitch/Heroku/etc., it displays correctly.
- Ensure that your project has the proper naming scheme
a4-firstname-lastname
so we can find it. - Fork this repository and modify the README to the specifications below. Be sure to add all project files.
- Create and submit a Pull Request to the original repo. Name the pull request using the following template:
a4-firstname-lastname
.
Sample Readme (delete the above when you're ready to submit, and modify the below so with your links and descriptions)
your hosting link e.g. http://a4-charlieroberts.glitch.me
Include a very brief summary of your project here and what you changed / added to assignment #3. Briefly (3–4 sentences) answer the following question: did the new technology improve or hinder the development experience?
Unlike previous assignments, this assignment will be solely graded on whether or not you successfully complete it. Partial credit will be generously given.