Git Product home page Git Product logo

personal-site's Introduction

Personal Website

This project is my personal website, built using Angular. Feel free to fork this repository and use it to create your own personal website.

Features

  • Responsive Design: The website is designed to be responsive, ensuring a seamless experience across various devices and screen sizes.

  • Portfolio Showcase: Showcase your projects and achievements in the portfolio section, providing visitors with a comprehensive view of your work.

  • About Me: Use the about me section to introduce yourself, highlight your skills, and share your background and interests.

  • Contact Information: Include contact information so that visitors can easily reach out to you.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js
  • npm (Node Package Manager)
  • Angular CLI

Installation

  1. Fork the Repository: Click the "Fork" button at the top right corner of this repository to create your own copy.

  2. Clone the Repository: Clone the forked repository to your local machine using the following command:

    git clone https://github.com/your-username/personal-website.git
  3. Install Dependencies: Navigate to the project directory and install the dependencies:

    cd personal-website
    npm install
  4. Run the Application: Start the development server to run the application locally:

    ng serve

    Open your browser and visit http://localhost:4200/ to see your personal website.

  5. Linting with ESLint and Angular CLI: The project uses ESLint for TypeScript linting. Ensure you have ESLint installed by running:

    npm install eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-angular --save-dev

    Also, make sure to integrate ESLint with Angular CLI by running:

    ng add @angular-eslint/schematics

    Now, you can run the following command to lint your code:

    npm run lint

    This will check your TypeScript code for linting issues. Make sure that any file updates pass the ng lint prompt before committing changes.

Running Tests with Jest

Jest is configured for testing in this project. Run the tests with the following command:

npm run test

Customization

  1. Edit Content: Update the content in the various components (such as the about me section, portfolio, etc.) to reflect your personal information.

  2. Styling: Customize the styles by modifying the SCSS files in the src/app directory.

  3. Add Projects: Expand the portfolio section by adding your own projects. Update the projects array in the portfolio.component.ts file.

GitHub Actions Workflows

This project uses GitHub Actions for continuous integration and deployment. There are two workflows:

  • Build and Deploy Workflow (build-and-deploy.yml):

    • Triggers on every push to the main branch.
    • Runs the production build and deploys to GitHub Pages (if needed)
    • Checks for the .ghpages-deploy file inside the .github folder to determine deployment to Github Pages.

Workflow Configuration

The workflow configurations can be found in the .github/workflows directory.

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature.
  3. Commit your changes: git commit -am 'Add new feature'.
  4. Push to the branch: git push origin feature/my-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Feel free to contribute, open issues, or suggest improvements. Happy coding!

personal-site's People

Contributors

ademolaari avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.