This project is a simple demonstration of how to use Firebase as a Backend-as-a-Service (BaaS) in a React application built with Vite. The primary goal is to showcase how Firebase can handle backend operations seamlessly. The application features a user creation form where you can input a name and age, and upon clicking the "Create User" button, the data is sent to Firebase.
● Frontend: React with Vite
● Backend: Firebase
● Simple form with fields for "Name" and "Age"
● Create user functionality that stores user data in Firebase
● Prerequisites
● Node.js and npm installed
● Firebase account
git clone git@github.com:gioshwua/ReactFireB-CRUD-.git
cd react-vite-firebase-demo Install dependencies:
npm install
npm run dev
Contributions are welcome! Please fork the repository and create a pull request with your changes.