A simple web application to track and manage leads using Firebase Realtime Database. This project allows users to save, display, and delete URLs.
- Save URLs
- Display saved URLs
- Delete all saved URLs
- Clone the repository:
git clone https://github.com/yourusername/leads_tracker_mobile.git
- Navigate to the project directory:
cd leads_tracker_mobile - Open
index.htmlin your preferred web browser.
- Create a Firebase project and obtain your Firebase Realtime Database URL.
- Replace
process.env.DATABASE_URLinindex.jswith your Firebase Realtime Database URL:const firebaseConfig = { databaseURL: "YOUR_FIREBASE_DATABASE_URL" }
- Enter a URL in the input field and click "SAVE INPUT" to save the URL.
- The saved URLs will be displayed in a list.
- Double-click the "DELETE ALL" button to remove all saved URLs.
This project is licensed under the MIT License.