Skip to content

Ernees/form-validation-app-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Form Validation App with Firebase

Overview

This is a simple web application that validates form inputs and stores the submitted data in a Firebase database. The app ensures that the data entered by the user meets specific validation rules (e.g., email format, password strength) before allowing the submission. Once the form passes all validation checks, the data is saved in a Firebase database for further use.

Features

  • Form validation: Ensures all fields are correctly filled out before submission.
    • Validates emails, passwords, and other form inputs.
    • Provides real-time feedback to the user on validation errors.
  • Firebase integration: Stores validated form data in a Firebase Realtime Database or Firestore.
  • Responsive design: Works well on mobile and desktop browsers.

Technologies Used

  • Frontend:
    • HTML, CSS, JavaScript
    • Form validation using regular expressions (regex)
  • Backend:
    • Firebase Realtime Database or Firestore for data storage