Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1luffy/new-portfolio
This portfolio website serves as a showcase of my projects, skills, and experiences. It provides visitors with an overview of my professional background, links to my social profiles, and a portfolio gallery displaying some of my notable works.
https://github.com/0x1luffy/new-portfolio
nextjs nextjs-portfolio-website portfolio portfolio-template portfolio-website react-portfolio-website
Last synced: 2 days ago
JSON representation
This portfolio website serves as a showcase of my projects, skills, and experiences. It provides visitors with an overview of my professional background, links to my social profiles, and a portfolio gallery displaying some of my notable works.
- Host: GitHub
- URL: https://github.com/0x1luffy/new-portfolio
- Owner: 0x1Luffy
- Created: 2024-03-29T16:40:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T04:21:55.000Z (7 months ago)
- Last Synced: 2024-05-01T05:28:16.276Z (7 months ago)
- Topics: nextjs, nextjs-portfolio-website, portfolio, portfolio-template, portfolio-website, react-portfolio-website
- Language: TypeScript
- Homepage: https://chetankesare9.vercel.app/
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website
Welcome to my portfolio website! This repository contains the source code for my personal portfolio website built with Next.js, TypeScript, Tailwind CSS, and Shadcn UI.
## Introduction
This portfolio website serves as a showcase of my projects, skills, and experiences. It provides visitors with an overview of my professional background, links to my social profiles, and a portfolio gallery displaying some of my notable works.
## Features
- **Responsive Design:** The website is optimized for various devices, ensuring a seamless experience across desktops, tablets, and smartphones.
- **Project Showcase:** A dedicated section to display my projects with brief descriptions, technologies used, and links to live demos or GitHub repositories.
- **Skills & Expertise:** Highlights of my technical skills, tools, and programming languages proficiency.
- **Contact Form:** An interactive form allowing visitors to get in touch with me directly.## Technologies Used
- **Next.js:** Next.js is used as the foundation for building React applications with server-side rendering and other powerful features.
- **TypeScript:** TypeScript adds static typing to JavaScript, providing better tooling, code quality, and error detection.
- **Tailwind CSS:** Tailwind CSS is employed for rapid UI development with utility-first CSS classes, enabling quick styling and responsiveness.
- **Shadcn UI:** Shadcn UI provides additional UI components and design elements to enhance the visual aesthetics and user experience.## Getting Started
To get started with the project, follow these steps:
1. **Clone the Repository:**
```bash
git clone https://github.com/0x1Luffy/New-Portfolio
```2. **Navigate to the Project Directory:**
```bash
cd portfolio-next
```3. **Install Dependencies:**
```bash
npm install
# or
yarn install
```4. **Start the Development Server:**
```bash
npm run dev
# or
yarn dev
```
This command starts the development server. Open [http://localhost:3000](http://localhost:3000) in your browser to view the website.## Contributing
Contributions are welcome! Feel free to fork this repository, make changes, and submit a pull request.