Customer Support

+971 4 3529 915

Email Us

info@facts.ae

Request A Free Demo

+971 55 8993 902

Chandni Mehta

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
->