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.
- Sign in with Google using Firebase Authentication
- Create project showcases
- Delete project showcases
-
Clone the repository:
git clone <repo-url> cd <project-directory>
-
Install dependencies:
npm install
-
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.
-
Run the development server:
npm run dev
- Improve UI/UX
- Add edit functionality for showcases
- Enhance error handling