An open API service indexing awesome lists of open source software.

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.

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).