This is a personal portfolio website built with React, TypeScript, and Vite. It showcases my skills, projects, and experience. The website is deployed using GitHub Pages and is fully responsive, designed to adapt to different screen sizes.
You can view the live portfolio here: https://ambo18.github.io/MyPortfolio.
- Technologies Used
- Features
- Getting Started
- Installation
- Run the Development Server
- Build the Project
- Deploying to GitHub Pages
- Linting
- License
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript.
- Vite: A fast build tool and development server.
- Tailwind CSS: A utility-first CSS framework.
- GitHub Pages: For hosting the portfolio website.
- Fully responsive design.
- Interactive user interface.
- Custom components showcasing skills, projects, and experience.
- Deployed and accessible via GitHub Pages.
To get started with the project locally, follow the instructions below.
-
Clone the repository to your local machine:
git clone https://github.com/ambo18/MyPortfolio.git
-
Navigate into the project directory:
cd MyPortfolio
-
Install the necessary dependencies:
npm install
Once dependencies are installed, start the development server to preview the project:
npm run dev