Tag: crud

  • Using React is actually pretty neat

    I was finally able to develop a React web page with a CREATE (part of the CRUD functionalities) functionality for my animal adoption application project. I feel that developing that web page was actually easier than I expected it to be. If I implemented the code for the page in plain JavaScript, I think coding…