Portfolio
Welcome to my personal developer portfolio! This website showcases my skills, projects, and experiences as a Software Developer and WordPress Designer. Built with Next.js and styled using Tailwind CSS, it serves as a central hub for my professional presence. 
Live Site: codewithmercy.netlify.app
⸻
🚀 Features • Modern Stack: Developed using Next.js 13 with the App Router and TypeScript. • Responsive Design: Ensures optimal viewing across devices. • Tailwind CSS: Utilized for efficient and customizable styli 6948 ng. • Performance Optimizations: Includes font optimization with next/font and lazy loading for images. • SEO Friendly: Incorporates best practices for search engine optimization. 
⸻
🛠️ Getting Started
To run this project locally: 1. Clone the repository:
git clone https://github.com/mercyharbo/Portfolio.git cd Portfolio
2. Install dependencies:
yarn
npm install
3. Start the development server:
yarn dev
npm run dev
4. Open your browser and navigate to:
⸻
📁 Project Structure
├── public/ # Static assets ├── src/ # Source files │ ├── app/ # Next.js App Router pages │ ├── components/ # Reusable components │ └── styles/ # Global styles ├── tailwind.config.ts # Tailwind CSS configuration ├── tsconfig.json # TypeScript configuration └── package.json # Project metadata and scripts
⸻
📚 Technologies Used • Next.js • React • TypeScript • Tailwind CSS • Vercel (for deployment) 
⸻
📄 License
This project is licensed under the MIT License.