ChananelAzenkot / Final-Project-Full-Stack-Developer-App

The Final Project - integrates React for front-end and Node.js with MongoDB for back-end. Utilizes Bcrypt, Joi, JWT, Config, Morgan, Cors, Chalk, Mongoose for secure, scalable web apps. Demonstrates full stack proficiency, epitomizing modern development standards.
0 stars 0 forks source link

Change the input component in the creator operation and the create seller. #3

Open ChananelAzenkot opened 5 months ago

ChananelAzenkot commented 5 months ago
  • [ ] 1.for the seller we'll be auto complete input to choose until number 10
  • [ ] 2. For the operation inputs change the style and input his self(check in material UI). test this component-:

const selectedValues = React.useMemo( () => allValues.filter((v) => v.selected), [allValues], ); return ;