Skip to content

danieljz23/project-showcase

Repository files navigation

Project Showcase Webpage

A simple project showcase webpage using Firebase for authentication and database storage. Users can sign in with Google, create project showcases, and delete them. The project is not fully flushed out yet, but the core functionality is in place.

Features

  • Sign in with Google using Firebase Authentication
  • Create project showcases
  • Delete project showcases

Setup

  1. Clone the repository:

    git clone <repo-url>
    cd <project-directory>
  2. Install dependencies:

    npm install
  3. Set up Firebase:

    • Create a Firebase project at Firebase Console.
    • Enable Google Authentication.
    • Set up Firestore as the database.
    • Add your Firebase config to the project.
  4. Run the development server:

    npm run dev

To Do

  • Improve UI/UX
  • Add edit functionality for showcases
  • Enhance error handling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published