Sample Readme (delete the above when you're ready to submit, and modify the below so with your links and descriptions)
https://a4-rvyan2023.glitch.me/
What I have changed from Assignment 3, is that now Assignment 4 uses React components for the client side of the application. I re-wrote the client side of the application using React's JavaScript framework. I noticed that the home page renders the add, modify, and delete actions much faster due to React's virtual DOM. The 'this.state' variable allows the user to pass and store user input without using querySelector.