Welcome to my portfolio! This project showcases my work as a software developer, highlighting my skills and projects in web and mobile application development.
- Next.js: A React framework for building server-side rendered applications.
- TypeScript: A superset of JavaScript that adds static types for improved code quality.
- Tailwind CSS: A utility-first CSS framework for creating custom designs without leaving your HTML.
- Responsive Design: The portfolio is fully responsive, ensuring a great user experience on all devices.
- Project Showcase: A dedicated section to display various projects.
- Dynamic Routing: Utilizes Next.js's dynamic routing capabilities for seamless navigation.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/fcode27/portfolio.git
- Navigate to the project directory:
cd portfolio - Install the dependencies:
pnpm i
- Start the development server:
pnpm run dev
- Open your browser and visit http://localhost:3000 to view the portfolio.
This project is licensed under the MIT License. See the LICENSE file for details.