FACTS ERP Internship Day 31
Tasks done:
– Continued working on the backend of document management system
What I’ve Learned/Implemented:
– Completed the upload feature for the document management system
– Created basic front-end
– Learnt about async functions and promises in node.js
– Learnt how to read/write files in node.js
– Learnt about useState/useEffect functions in React:
-> useState returns 2 values (state, setState)
-> state is the value whereas setState is the function used to update the state
->