A portfolio website built to showcase my skills, projects, blogs, and more.
- Responsive Design: The website is fully responsive and adjusts seamlessly to different screen sizes, providing an optimal viewing experience.
- Portfolio Section: Showcases my projects, including links to live demos and GitHub repositories.
- Resume Section: Highlights my professional background, skills, and education.
- Blog Section: Displays a collection of my blog posts.
- Contact Form: Allows visitors to send me messages directly from the website.
- Social Links: Links to my social media profiles like GitHub, LinkedIn, etc.
-
Clone the repository:
git clone https://github.com/FredMunene/FredMunene.github.io.git cd FredMunene.github.io
-
Install dependencies
npm install
-
Set environment variables in the file
.env
forEmail
andApp Password
. I used Google App passwords. Read about it here.Example
.env
file:EMAIL_USER=your-email@example.com EMAIL_PASS=your-app-password
-
Run the app.
npm start
Access website at http:\localhost:3000
For any inquiries, feel free to reach out via email at mfredgitonga@gmail.com.
This project is licensed under the MIT License - see the LICENSE file for details.