This is a portfolio page created using create-next-app
with Next.js, TypeScript, and Tailwind CSS.
- Next.js: Next.js is a React framework that enables functionalities like server-side rendering, static site generation, and routing out of the box.
- TypeScript: TypeScript is a typed superset of JavaScript that adds optional static typing to the language.
- Tailwind CSS: Tailwind CSS is a utility-first CSS framework that provides low-level utility classes to build custom designs quickly.
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/agaskrobot/portfolio.git
- Install dependencies:
cd portfolio
npm install
- Run the development server:
npm run dev
- Open your browser and visit http://localhost:3000.
.
├── app # Next.js pages and React components
├── public # Public assets
├── tailwind.config.ts # Tailwind CSS styles
├── tsconfig.json # TypeScript configuration file
├── next.config.mjs # Next.js configuration file
└── README.md # Project README
This project is licensed under the MIT License.