Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 558 Bytes

Manage users React.js practice

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.

Demo

How to publish

  • npm run predeploy will build the app;
  • npm run deploy will publish to repo's GitHub page.

Local requirements

  • Node.js installed on machine;
  • React.js;
  • TailwindCSS