You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoice Editor App using React. This app allows users to add, edit, or remove line items. Grand total and total for each item row is getting updated on-the-fly as user interacts with the application.
Description: * It allows users to add, edit, or remove line items. Grand total and total for each item row is getting updated on-the-fly as user interacts with the application.*
How to run App
npm install
npm start
How to Run App testcases
npm test
About
Invoice Editor App using React. This app allows users to add, edit, or remove line items. Grand total and total for each item row is getting updated on-the-fly as user interacts with the application.