I've written the review. There's quite a lot there. I've also refactored some of the code.
- Complete the refactor including extracting the Table Component, and the form functions into a helper file with the structure
/helpers
-index.js
formHelpers.js
- I started this but didn't have time to finish so have commented out the import.
- Look into the useage of TypeScript
- write tests
To run the project
With HTTPS: git clone https://github.com/AttyC/riverr-tech-test.git
With SSH: git clone [email protected]:AttyC/riverr-tech-test.git
)
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.