https://github.com/codernotme/portfolio.me
Crafted with Next.js and TypeScript, this portfolio website showcases a seamless blend of creativity and functionality. With a structured organization of components and pages, alongside global CSS styling, it offers a smooth user experience. Explore the world of web development through this project, designed to inspire and inform.
https://github.com/codernotme/portfolio.me
Last synced: 6 months ago
JSON representation
Crafted with Next.js and TypeScript, this portfolio website showcases a seamless blend of creativity and functionality. With a structured organization of components and pages, alongside global CSS styling, it offers a smooth user experience. Explore the world of web development through this project, designed to inspire and inform.
- Host: GitHub
- URL: https://github.com/codernotme/portfolio.me
- Owner: codernotme
- License: mit
- Created: 2024-02-23T18:29:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T09:57:19.000Z (about 2 years ago)
- Last Synced: 2025-01-29T09:41:56.731Z (over 1 year ago)
- Language: SCSS
- Homepage: https://portfolioxaryan.vercel.app/
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Website
This is a portfolio website built using Next.js framework with TypeScript.
This project is bootstrapped with Next.js. Run `npm run dev` to start the development server.
## Features
- Next.js with TypeScript
- Global CSS in `global.scss`
- Structured project organization
- Integrated with `next/font` for font optimization
## Learn More
- [Next.js Documentation](https://nextjs.org/docs)
- [Learn Next.js](https://nextjs.org/learn)
- [Next.js GitHub Repository](https://github.com/vercel/next.js/)
## Deploy
Deploy your Next.js app on [Vercel](https://vercel.com/).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Contributing
1. Fork the repository
2. Create a new branch: `git checkout -b feature/your-feature-name`
3. Make your changes and commit them
4. Push to the branch: `git push origin feature/your-feature-name`
5. Submit a pull request
## License
This project is licensed under the [MIT License](LICENSE).