{"id":13910425,"url":"https://github.com/salahineo/bookmarks-manager","last_synced_at":"2025-07-18T09:31:26.331Z","repository":{"id":217797185,"uuid":"332894705","full_name":"salahineo/bookmarks-manager","owner":"salahineo","description":"Bookmarks Manager For Your Links","archived":false,"fork":false,"pushed_at":"2024-10-27T19:24:16.000Z","size":6268,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-25T19:40:01.880Z","etag":null,"topics":["ajax","bookmarks","bookmarks-manager","css","html","javascript","jquery","jquery-ui","links","mysql","php","resources","responsive","salahineo","web-application","webapp","website"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salahineo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-25T21:55:25.000Z","updated_at":"2024-10-27T19:24:44.000Z","dependencies_parsed_at":"2024-11-25T19:45:04.818Z","dependency_job_id":null,"html_url":"https://github.com/salahineo/bookmarks-manager","commit_stats":null,"previous_names":["salahineo/bookmarks-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salahineo/bookmarks-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salahineo%2Fbookmarks-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salahineo%2Fbookmarks-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salahineo%2Fbookmarks-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salahineo%2Fbookmarks-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salahineo","download_url":"https://codeload.github.com/salahineo/bookmarks-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salahineo%2Fbookmarks-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265733869,"owners_count":23819429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","bookmarks","bookmarks-manager","css","html","javascript","jquery","jquery-ui","links","mysql","php","resources","responsive","salahineo","web-application","webapp","website"],"created_at":"2024-08-07T00:01:22.912Z","updated_at":"2025-07-18T09:31:25.575Z","avatar_url":"https://github.com/salahineo.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eBookmarks Manager\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Mockup.jpg\" alt=\"Responsive Mockup\"\u003e\n\u003c/p\u003e\n\n### 🎯 Goal\n\nBookmarks Manager centralizes all bookmarks, providing a single place for users to store and retrieve links. The project emphasizes organized, easy access to online resources.\n\n---\n\n### 💻 Stack\n\n- HTML\n- CSS\n- Bootstrap\n- jQuery\n- jQuery UI\n- AJAX\n- PHP\n- MySQL\n\n\u003e The project is fully responsive, ensuring it works across all devices.\n\n---\n\n### 🏗️ Installation\n\nFollow these steps to set up and run the project using XAMPP.\n\n#### Step 1: Install XAMPP\n\n- Download XAMPP: Go to the [XAMPP download page](https://www.apachefriends.org/download.html) and download the installer for your operating system.\n- Run the Installer: Open the downloaded installer and follow the prompts to install XAMPP. Choose the default options for a smooth setup.\n- Verify Installation: After installation, open the XAMPP control panel to ensure XAMPP is installed correctly.\n\n#### Step 2: Prepare the Project Files\n\n- Fork the repository by clicking the `Fork` button at the top-right of the repository page.\n- Clone your forked repository locally\n```bash\ngit clone https://github.com/your-username/repo-name.git\n```\n- Navigate to the project directory\n```bash\ncd repo-name\n```\n- Move Project to XAMPP: Copy the `repo-name` directory to the `htdocs` directory, typically found at `C:\\xampp\\htdocs` on Windows or `/opt/lampp/htdocs` on Linux.\n\n#### Step 3: Start the XAMPP Apache Server\n\n- Open XAMPP Control Panel: Start the XAMPP control panel application.\n- Start Apache: In the control panel, locate the Apache service and click \"Start\" to start the web server. Ensure that Apache is running (its status should be \"Running\" in green).\n\n#### Step 4: Set Up a Virtual Host (Optional but Recommended)\n\n- Edit the vhosts file `C:\\xampp\\apache\\conf\\extra\\httpd-vhosts.conf` (Windows) or `/opt/lampp/etc/extra/httpd-vhosts.conf` (Linux).\n- Add the following lines at the bottom of the file:\n\n```apache\n\u003cVirtualHost *:80\u003e\n    DocumentRoot \"C:/xampp/htdocs/repo-name\"\n    ServerName repo-name.local\n    DirectoryIndex index.html index.php\n\n    \u003cDirectory \"C:/xampp/htdocs/repo-name\"\u003e\n        AllowOverride All\n        Require all granted\n    \u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n```\n\n\u003e Adjust the file paths if your XAMPP is installed in a different directory.\n\n- Add an entry for `repo-name.local` in your system’s `hosts` file:\n  - On Windows, open `C:\\Windows\\System32\\drivers\\etc\\hosts` in a text editor with administrator privileges.\n  - On Linux, edit `/etc/hosts` with root privileges.\n- Add the following line, `127.0.0.1 repo-name.local`\n- Restart Apache: After saving these changes, go back to the XAMPP control panel and restart Apache to apply the new virtual host configuration.\n\n#### Step 5: Import Database Using phpMyAdmin\n\n- Start MySQL Server: In the XAMPP control panel, click \"Start\" next to MySQL to start the MySQL database server.\n- Open phpMyAdmin: In your browser, go to [http://localhost/phpmyadmin](http://localhost/phpmyadmin).\n- Click on the Databases tab at the top.\n- Enter a name for the database (e.g., `repo-name`) and select `utf8_general_ci` as the collation. Click Create.\n- Select the newly created database from the left sidebar.\n- Click on the Import tab at the top.\n- Under File to Import, click Choose File and select the SQL file provided with the project.\n- Ensure the format is set to SQL, then click Go to start the import.\n- Once the import completes, you should see a success message. Verify that the tables have been created by browsing the database.\n\n\u003e You can find the SQL file in the `sql` directory of the project.\n\n\u003e Change the DB name and credentials in the `include/database.php` file.\n\n#### Step 6: Access the Application\n\n- Open a Web Browser: Launch your preferred web browser.\n- Visit the Application: Go to `http://repo-name.local` (or `http://localhost/repo-name` if you didn’t set up a virtual host).\n- Verify the Setup: The homepage of the application should now load, indicating the application is ready to use.\n\n---\n\n### ⚓ Contributing\n\nContributions are welcome and greatly appreciated! If you'd like to contribute to this project, please follow these steps:\n\n- Fork the repository by clicking the `Fork` button at the top-right of the repository page.\n- Clone your forked repository locally\n```bash\ngit clone https://github.com/your-username/repo-name.git\n```\n- Create a new branch for your contribution\n```bash\ngit checkout -b feature/your-feature-name\n```\n- Make your changes and ensure your code is clean and properly formatted.\n- Commit your changes\n```bash\ngit commit -m \"feat: your feature description\"\n```\n- Push your branch to your forked repository\n```bash\ngit push origin feature/your-feature-name\n```\n- Submit a Pull Request (PR) by going to the original repository and clicking the \"New Pull Request\" button.\n\n---\n\n### 📋 Contribution Guidelines\n\n- Ensure your changes are well-tested and documented.\n- Adhere to the existing code style and project structure.\n- Provide clear descriptions in your PR regarding the changes and enhancements.\n- Be open to feedback and discussion in the PR review process.\n\n---\n\n### ✉️ Contact\n\n[![LinkTree](https://img.shields.io/badge/-Checkout%20My%20LinkTree-404040?style=flat\u0026logo=linktree\u0026logoColor=ffffff)](https://linktree.salahineo.com)\n\n---\n\n### 🔓 License\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n---\n\n**If you find my work good, consider giving it a ⭐ or fork-ing to show some ❤️. It helps me stay on track and be motivated.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalahineo%2Fbookmarks-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalahineo%2Fbookmarks-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalahineo%2Fbookmarks-manager/lists"}