/Registration-Form-using-Firebase-and-Localstorage

this is a JavaScript registration form that utilizes Firebase for data storage. The form allows users to input their name, phone number, email, password, gender, and work/student status. The form data is validated, and if the inputs are valid, the data is stored in both the local storage and the Firebase Realtime Database.

Primary LanguageJavaScript

Stargazers