Skip to content

rvyan2023/a4-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 4 - Components

Sample Readme (delete the above when you're ready to submit, and modify the below so with your links and descriptions)

Task Management Tool

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.4%
  • JavaScript 36.1%
  • CSS 6.5%