Skip to content

agaskrobot/portfolio

Repository files navigation

Portfolio

image

This is a portfolio page created using create-next-app with Next.js, TypeScript, and Tailwind CSS.

Features

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

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/agaskrobot/portfolio.git
  1. Install dependencies:
cd portfolio
npm install
  1. Run the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000.

Project Structure

.
├── 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

License

This project is licensed under the MIT License.