Profile Manager is a responsive profile management system that uses Firebase as a database. It allows users to manage profiles and view the location of the persons whose profiles they have opened.
- Responsive design
- Firebase integration for database management
- View and manage user profiles
- Display location of profile owners
- Clone the repository:
git clone https://github.com/yourusername/profile-manager.git
- Navigate to the project directory:
cd profile-manager - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000.
- Create a Firebase project and obtain your Firebase configuration.
- Create a
.envfile in the root directory and add your Firebase configuration:REACT_APP_FIREBASE_API_KEY=your_api_key REACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain REACT_APP_FIREBASE_PROJECT_ID=your_project_id REACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id REACT_APP_FIREBASE_APP_ID=your_app_id
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.