#CRUD #javascript
Requirements:
- Create a basic CRUD framework for future development.
- Needs to be able to read and write to local storage in a generic fashion so that the development team can extend the functionality as needed.
- Basic Form GUI with interactivity attached to the storage events.
jquery url <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>