Skip to content

amerfathullah/amerfathullah-portfolio

Repository files navigation

My Online Portfolio

Welcome to my online portfolio! This repository contains the code and resources for my personal website, which showcases my projects, skills, and experiences. You can view the live site at amerfathullah.com.

Table of Contents

About

This portfolio is designed to highlight my work as a Full-Stack Developer. It includes:

  • An introduction section with a brief biography.
  • A portfolio section showcasing my projects.
  • A skills section outlining my competencies.
  • A contact form for potential clients or employers to reach out to me.

Features

  • Responsive Design: Optimized for all screen sizes.
  • Interactive UI: Smooth navigation and interactive elements.
  • Project Showcase: Detailed descriptions and images of my work.
  • Contact Form: Easy way for visitors to get in touch.

Technologies Used

  • Frontend:
    • HTML5
    • CSS3
    • JavaScript
    • React
  • Backend:
    • None
  • Deployment & Hosting:
    • Netlify

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/amerfathullah/amerfathullah-portfolio.git
  2. Navigate to the project directory:
    cd amerfathullah-portfolio
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start

Usage

  • Visit http://localhost:3000 in your browser to see the site in action.
  • Modify the content in the /src directory to update the site.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Make your changes.
  4. Commit your changes:
    git commit -m "Description of changes"
  5. Push to the branch:
    git push origin feature-name
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Feel free to reach out if you have any questions or suggestions!


Thank you for visiting my portfolio repository!