Part of my React learning exercise, this is a user list table that expects name, email, and a date (not really a date yet) from a form with basic validation.
npm install
and thennpm start
locally,- or go to igorlanko.github.io/manage-users-react.
npm run predeploy
will build the app;npm run deploy
will publish to repo's GitHub page.
Node.js
installed on machine;React.js
;TailwindCSS