Stoccoin-Official / Stoccoin-Website

Welcome to Stoccoin's GitHub repository! Here, you'll find all the code and resources needed to build and deploy our user-friendly news, trading platform for stocks and cryptocurrencies.
https://stoccoin.vercel.app
GNU Affero General Public License v3.0
66 stars 144 forks source link

refactor: Refactor validation in SignUp.jsx #381

Closed nikohoffren closed 6 months ago

nikohoffren commented 1 year ago

Changes:

The new implementation is cleaner and easier to read and the changes reduce the amount of repeated code. Also future modifications to the fields or the error messages can be easily handled by updating the array, improving the maintainability of the code. This solution should not affect the functionality of the code.