a frontend application using Reactjs (full Stack MERN Application)
Click here to Get Demo Invoice
APP Link - https://invoiceapp-karthee.netlify.app/
Click here to get SIGNIN CREDENTIALS
Link To Backend Repo : Click here to go invoiceApp-server repository
Click here to know ALL RULES
This has UI validations with yup and formik library and Authorization using jwt token system with useReducer & useContext Hooks and localStorage for Data persistance
Click here to know my WorkFlow
App has 3 CRUD operations - INVOICE,USER and PRODUCT
public and protected Components with and without Sidebars
Each CRUD components have Role ValidationFunction which will help protect certain service availble only to respective type of users
example : only admin or manager can add users(customers) - if employee tries to access that page, it will be inaccessible