This repo is a very straightforward crash course on React and on using hooks to acquire user data and use it in some sort of query in the back-end! Let me know if you spot any issues and good luck learning React!
Run npm install
to install dependencies!
Run npm run start
to begin.
-
Takes input from user. When user clicks button, fires onClick and passes the input value to back-end. Can be used in queries and calculations.
-
Uses hooks to pass data from the backend to the frontend.