@@ -19,7 +19,8 @@ Welcome to my personal portfolio! This project showcases my skills, experience,
1919- ** React** : Frontend framework for building a dynamic UI.
2020- ** Tailwind CSS** : For styling the application with modern, utility-first classes.
2121- ** React Router** : For navigation between pages.
22- - ** Typescript** : For handling the type setting nature of javascript.
22+ - ** Framer-motion** : For animations.
23+ - ** Typescript** : For handling the type setting nature of javascript.
2324- ** EmailJS** : For handling the contact form submissions.
2425
2526---
@@ -29,21 +30,25 @@ Welcome to my personal portfolio! This project showcases my skills, experience,
2930Follow these steps to run the project locally:
3031
31321 . Clone the repository:
33+
3234 ``` bash
3335 git clone https://github.com/amos-babu/personal-portfolio.git
3436 ```
3537
36382 . Navigate to the project folder:
39+
3740 ``` bash
3841 cd personal-portfolio
3942 ```
4043
41443 . Install dependencies:
45+
4246 ``` bash
4347 npm install
4448 ```
4549
46504 . Start the development server:
51+
4752 ``` bash
4853 npm run dev
4954 ```
@@ -81,12 +86,15 @@ portfolio/
8186This portfolio can be deployed to platforms like ** Netlify** , ** Vercel** , or ** GitHub Pages** . For example:
8287
8388### Deploying to GitHub Pages:
89+
84901 . Install the ` gh-pages ` package:
91+
8592 ``` bash
8693 npm install gh-pages --save-dev
8794 ```
8895
89962 . Add the following scripts to ` package.json ` :
97+
9098 ``` json
9199 "homepage" : " https://yourusername.github.io/your-portfolio" ,
92100 "scripts" : {
@@ -119,4 +127,3 @@ Feel free to reach out to me:
119127---
120128
121129Thank you for visiting my portfolio!
122-
0 commit comments