This portfolio showcases my work as a junior web developer, highlighting projects, skills, and experiences. It is designed to provide an overview of my capabilities and serve as a professional introduction.
- Next.js: A React framework for building server-side rendered applications.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
The repository is organized into sections based on different aspects of the portfolio:
/src: Contains the source code for the portfolio./public: Includes static assets such as images and other resources used in the portfolio.
To get a local copy of the project up and running, follow these steps:
-
Clone the repository:
git clone <repository_url> cd portfolio
-
Install dependencies:
pnpm install
or
npm install
-
Run the development server:
pnpm run dev
or
npm run dev