This is a Next.js project bootstrapped with create-next-app
for my personal website. The site serves as an online portfolio, showcasing my experience, education, and skills in the field of software development.
This site includes:
- About Me: A brief introduction and a bit about who I am and what I do.
- Experience: A comprehensive list of my professional experiences, detailing my roles, responsibilities, and achievements.
- Education: Information about my academic background in Computer Science.
- Projects: A showcase of some of the projects I've worked on, with links to the code on GitHub.
The website is built with:
- HTML/CSS
- JavaScript
- TypeScript
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
As this is a personal website, I'm not currently accepting pull requests. However, if you have any suggestions or find any bugs, feel free to open an issue.
I'm always open to feedback, questions, or a quick hello. Feel free to reach out to me at gavrjere@jeremygavrilov.com.
Thanks for stopping by