|
1 | 1 | # Valentino Phiri - Portfolio |
2 | 2 |
|
3 | | -This is a portfolio website for Valentino Phiri the programmer. |
4 | | -It includes my projects, skills, and contact information. |
| 3 | +Professional portfolio of **Valentino Phiri**, a Software Developer and Game Programmer based in Malawi. Founder of [Veigatec](https://veigatec.com). |
| 4 | + |
| 5 | +## Overview |
| 6 | + |
| 7 | +This is a modern, responsive portfolio website built with: |
| 8 | + |
| 9 | +- **Framework**: Next.js 15+ (App Router) |
| 10 | +- **Styling**: Tailwind CSS v4 |
| 11 | +- **Language**: TypeScript |
| 12 | +- **Deployment**: GitHub Pages (via `next export`) |
| 13 | + |
| 14 | +## Features |
| 15 | + |
| 16 | +- **Dynamic Hero Section**: Highlighting key skills and personality. |
| 17 | +- **Projects Showcase**: Visual representation of past work. |
| 18 | +- **Responsive Design**: Optimized for mobile and desktop. |
| 19 | +- **Glassmorphism UI**: Modern aesthetic with gradients and blur effects. |
5 | 20 |
|
6 | 21 | ## Getting Started |
7 | 22 |
|
8 | | -First, run the development server: |
| 23 | +First, install dependencies: |
9 | 24 |
|
10 | 25 | ```bash |
11 | | -npm run dev |
12 | | -# or |
13 | | -yarn dev |
14 | | -# or |
15 | | -pnpm dev |
16 | | -# or |
17 | | -bun dev |
| 26 | +npm install |
18 | 27 | ``` |
19 | 28 |
|
20 | | -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
21 | | - |
22 | | -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
| 29 | +Then, run the development server: |
23 | 30 |
|
24 | | -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. |
| 31 | +```bash |
| 32 | +npm run dev |
| 33 | +``` |
25 | 34 |
|
26 | | -## Learn More |
| 35 | +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
27 | 36 |
|
28 | | -To learn more about Next.js, take a look at the following resources: |
| 37 | +## Build and Export |
29 | 38 |
|
30 | | -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
31 | | -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
| 39 | +This project is configured for static export: |
32 | 40 |
|
33 | | -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! |
| 41 | +```bash |
| 42 | +npm run build |
| 43 | +``` |
34 | 44 |
|
35 | | -## Deploy on Vercel |
| 45 | +The output will be in the `out` directory. |
36 | 46 |
|
37 | | -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. |
| 47 | +## License |
38 | 48 |
|
39 | | -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. |
| 49 | +MIT License - Valentino Phiri |
0 commit comments