Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Integrate Firebase for backend services #4

Merged
merged 2 commits into from
Nov 25, 2023

Commits on Nov 25, 2023

  1. feat: Add hero section to the homepage

    Implemented a new hero section in the homepage to provide a welcoming introduction and quick overview of the site's purpose. This section includes a main banner with a catchy tagline and a call-to-action button.
    DizzyZff committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    cf84195 View commit details
    Browse the repository at this point in the history
  2. feat: Integrate Firebase for backend services

    - Configured Firebase SDK with the React application.
    - Implemented Firebase Authentication for user sign-in and sign-up.
    - Set up Firestore Database for storing and retrieving project data.
    - Prepared Firebase Hosting for future deployment.
    
    This integration enables dynamic content management and user authentication, laying the groundwork for a fully functional application.
    DizzyZff committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a84658e View commit details
    Browse the repository at this point in the history