My personal portfolio to show my skills, experience, and articles I published.
The personal website mahmad is built using TypeScript, ReactJS, Chakra UI, Framer Motion, and React Icons. It features multiple screens such as the Home Screen, Skills Screen, and OpenSource Screen. The project is licensed under the MIT License, allowing users to utilize parts of the code in their own projects with proper attribution.
To install and run the mahmad personal website, follow these steps:
Clone the repository:
git clone <repository-url>
Navigate to the project directory:
cd mahmad
Install dependencies using npm or yarn:
npm install
Start the development server:
npm start
Open the website in your browser by accessing http://localhost:3000
.
The mahmad personal website is a TypeScript and ReactJS-based project that utilizes Chakra UI, Framer Motion, and React Icons. It features multiple screens, including the Home Screen, Skills Screen, and OpenSource Screen. With the MIT License, users are allowed to utilize parts of the code in their own projects, provided proper attribution is given. Installing the website requires cloning the repository, installing dependencies, and running the development server.