A personal portfolio website showcasing my projects and skills.
This project is a personal portfolio website created to showcase my projects, skills, and expertise as a developer. It provides an interactive platform for visitors to explore my work and get to know more about me.
- Next.js: A React-based framework for building modern web applications.
- TypeScript: A statically typed superset of JavaScript that enhances code maintainability and reliability.
- Tailwind CSS: A utility-first CSS framework for quickly building custom designs.
The project is deployed and can be viewed live at coderx85.vercel.app.
- Clone the repository:
git clone https://github.com/Coderx85/portfolio.git
- Navigate to the project directory:
cd portfolio-main
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000