Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kushhhhhhhh/kushfolio
https://github.com/kushhhhhhhh/kushfolio
portfolio
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kushhhhhhhh/kushfolio
- Owner: Kushhhhhhhh
- Created: 2024-07-07T07:36:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:15:21.000Z (3 months ago)
- Last Synced: 2024-11-11T02:12:07.551Z (2 months ago)
- Topics: portfolio
- Language: TypeScript
- Homepage: https://kushsharma.vercel.app
- Size: 23.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio - Kush Sharma
![alt text]()
## Overview
Welcome to my portfolio! This site showcases my work, skills, and approach to web development. It features a beautifully designed landing page, detailed sections about me and my work, a showcase of recent projects, and more.
## Installation and Setup:
1. Clone the repository:
```bash
git clone https://github.com/Kushhhhhhhh/kushfolio.git
```2. Navigate to the project directory:
```bash
cd kushfolio
```3. Install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```4. Set up environment variables:
Create a `.env` file in the root directory and add the necessary environment variables like Sentry key.5. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```6. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Features
Landing Page: A beautifully designed introduction to my portfolio.
About Page: Details about me, my background, and skills, with appealing visuals.
Recent Projects: A selection of my recent work with descriptions and links.
Work Experience: Information about my professional background and accomplishments.
Approach Section: Insights into my development process and methodology.
Contact Page: A way for visitors to get in touch with me.## Tech Stack
Framework: Next.js
Languages: JavaScript, TypeScript
Styling: Tailwind CSS
Tools: Git, GitHub## Contributing
If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
LicenseThis project is licensed under the MIT License. See the LICENSE file for details.