{"id":17573028,"url":"https://github.com/alrammahi-mariia/portfolio_drupal_react","last_synced_at":"2026-04-24T16:41:06.609Z","repository":{"id":258980842,"uuid":"870137457","full_name":"alrammahi-mariia/portfolio-drupal-react","owner":"alrammahi-mariia","description":"This is a fully decoupled personal portfolio website built with React 18 and React Bootstrap for the front end, while the content is managed and hosted on Drupal.","archived":false,"fork":false,"pushed_at":"2024-10-21T09:41:27.000Z","size":1213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T16:16:01.868Z","etag":null,"topics":["bootstrap5","drupal","jsonapi","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alrammahi-mariia.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":"2024-10-09T14:03:57.000Z","updated_at":"2024-10-21T09:41:31.000Z","dependencies_parsed_at":"2024-10-22T10:57:52.578Z","dependency_job_id":null,"html_url":"https://github.com/alrammahi-mariia/portfolio-drupal-react","commit_stats":null,"previous_names":["alrammahi-mariia/portfolio-drupal-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alrammahi-mariia%2Fportfolio-drupal-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alrammahi-mariia%2Fportfolio-drupal-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alrammahi-mariia%2Fportfolio-drupal-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alrammahi-mariia%2Fportfolio-drupal-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alrammahi-mariia","download_url":"https://codeload.github.com/alrammahi-mariia/portfolio-drupal-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246201158,"owners_count":20739708,"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":["bootstrap5","drupal","jsonapi","reactjs"],"created_at":"2024-10-21T20:04:11.257Z","updated_at":"2026-04-13T22:04:26.495Z","avatar_url":"https://github.com/alrammahi-mariia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Portfolio Website (React + Drupal)\n\nThis is a fully decoupled personal portfolio website built with **React 18** and **React Bootstrap** for the front end, while the content is managed and hosted on **Drupal**. The site fetches data from Drupal using its **JSON:API** web service to dynamically display content. This project was developed as a final assignment for the **Drupal course** at **Business College Helsinki**, under the guidance of **[Santosh Kalwar](https://github.com/kalwar)**.\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Technologies Used](#technologies-used)\n3. [Screenshots](#screenshots)\n4. [Demo](#demo)\n5. [Project Structure](#project-structure)\n6. [Getting Started](#getting-started)\n7. [Usage](#usage)\n8. [License](#license)\n\n## Features\n\n- **Fully Decoupled Architecture**: The front end and back end are completely separate, allowing for independent development.\n- **Dynamic Content**: Fetches data from the Drupal backend using the JSON:API module, ensuring that content updates are reflected on the site without redeployment.\n- **Responsive Design**: Built with Bootstrap 5 to ensure the website is mobile-friendly and adapts to different screen sizes.\n- **Modern Front-end Stack**: Utilizes React 18's latest features for an efficient, component-based architecture.\n\n## Technologies Used\n\n- **Frontend**: React 18, React Bootstrap, vanilla Bootstrap 5\n- **Backend**: Drupal 11 with JSON:API module enabled\n- **Hosting**: To host the site locally, follow the [installation](#installation) instructions provided below.\n\n## Screenshots\n\n![Homepage](/screenshots/image.png)\n![Projects](/screenshots/image-1.png)\n![SKills-responsive](/screenshots/image-2.png)\n![Contact-responsive](/screenshots/image-4.png)\n\n## Demo\n\nView demo walkthrough **[here](https://businesscollege-my.sharepoint.com/:v:/g/personal/s2200113_edu_bc_fi/EXd_xnhXGxlIuNq4XOXSZ6EB4ckarUIgwZYfI52qmrXHNA?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D\u0026e=kG6ccc)**\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed on your system:\n\n- **Node.js** (version 16 or later)\n- **npm**\n- **Drupal 10 or 11** with the JSON:API module enabled\n\n### Installation\n\n1. **Clone the repository**:\n\n   ```\n   git clone https://github.com/alrammahi-mariia/portfolio-drupal-react.git\n   cd portfolio-drupal-react\n   ```\n\n2. **Install dependencies**:\n\n   ```\n   npm install\n   ```\n\n3. **Set up the Drupal backend**:\n\n   Make sure you have a running Drupal 10 or 11 site with the JSON:API module enabled and properly configured. You may need to adjust CORS settings and configure permissions for anonymous users to access and edit content.\n\n4. **Configure the API URL**:\n\n   Update the API base URL in the fetch requests to match your Drupal backend's JSON:API endpoint.\n\n5. **Run the development server**:\n\n   ```\n   npm run dev\n   ```\n\n   The portfolio website should now be running at `http://localhost:5173`.\n\n## Usage\n\n- The front end fetches content from the Drupal backend. You can manage and update the portfolio's content directly from Drupal's admin interface.\n- To add new projects or skills, add a new respective content type in Drupal, and the changes will be reflected on the website.\n- The contact form allows users to send messages, which are submitted via a POST request and saved in Drupal as a new content item of the \"Message\" content type.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falrammahi-mariia%2Fportfolio_drupal_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falrammahi-mariia%2Fportfolio_drupal_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falrammahi-mariia%2Fportfolio_drupal_react/lists"}