Skip to content

b-arslan/PersonalWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

This is a personal website project built with Next.js and TypeScript. It includes various features to showcase your portfolio, blog posts, and contact information.

Features

  • Portfolio: Showcase your projects and skills.

Technologies Used

  • Next.js: A React framework for building fast and user-friendly web applications.
  • TypeScript: A statically typed programming language that builds on JavaScript.
  • Styled Components: For styling React components with a CSS-in-JS approach.

Installation

To get started with the project, clone the repository and install the dependencies:

git clone https://github.com/username/PersonalWebsite.git
cd PersonalWebsite
npm install

Development

To start the development server, run:

npm run dev

This will start the development server on http://localhost:3000.