- This is my personal portfolio website. It showcases my skills, projects, and experience as a Software Engineer.
- Live demo: https://minhtc.tech
- Could you help me give this source a star? I would appreciate it a lot 🥰.
This project is currently in development, the src
folder structure is as follows:
src/
- app: Next.js App Router
- components: Follow Atomic Design Pattern
- types: Reusable TypeScript Type
- utils: Reusable Function
- Clone the repository:
git clone [email protected]:minhtc-tech/portfolio.git
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to view the portfolio.