Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 734 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 734 Bytes

Landing page

Features

  • Registration and Login functionality
  • Client-side JavaScript validation
  • Firebase integration for email, Google, and Facebook authentication
  • Database integration with Firebase

Validation

  • Client-side validation has been implemented using JavaScript. Input fields have specific validation rules that must be met before the form can be submitted.

Authentication

  • Firebase has been integrated for email, Google, and Facebook authentication. Users can register and log in using these methods.

Database

  • Firebase's Realtime Database has been used to store user data. The database structure is set up to automatically store user information upon registration and update it upon login.