A simple portfolio to showcasing the skills, projects, and experiences. This project combines the power of React for the front end and WordPress technology for the backend, providing a dynamic and engaging experience.
This open-source portfolio project demonstrates the fusion of React and WordPress technologies, offering a user-friendly platform to showcase professional achievements.
- Intuitive Design: A clean and simple design for easy navigation.
- React Frontend: Utilizes the power of React for a dynamic user interface.
- WordPress Backend: Managed by Docker Compose, integrating a WordPress installation for efficient content management.
- Custom Theme: A tailor-made theme to enhance the backend experience.
The project is organized into two main directories:
client
: Contains the React front end.server
: Managed by Docker Compose, it includes a WordPress installation inside thepublic
directory and a custom theme to manage the backend.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Mhmdsbr/your-portfolio.git
- Navigate to the
client
directory:cd your-portfolio/client
- Install dependencies:
npm install
- Start the development server:
npm start
(for development) ornpm run build
(for production) - Open your browser and go to
http://localhost:3000
Navigate and interact with the portfolio seamlessly, experiencing the blend of React and WordPress technologies.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Open a pull request
This project is licensed under the MIT.
Feel free to customize this template further based on your preferences and any additional details you'd like to include.
See CHANGELOG.md for version history and release notes.