This is a portfolio project built with Next.js, a React framework for building server-side rendered and static websites.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/mohamad-zubi/next-ts-portfolio-2024.git
- Install the dependencies:
cd next-ts-portfolio-2024
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the result.
You can customize the portfolio by modifying the app/page.tsx
and the src/ConstantData.js
files. The page will automatically update as you make changes.
This project uses next/font
to optimize and load the Inter font, a custom Google Font.
To learn more about Next.js, check out the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can also contribute to the Next.js GitHub repository and provide feedback.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. For more details, refer to the Next.js deployment documentation.
Happy coding!