Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandeepvashishtha/portfolio
👨💻 My personal portfolio website built with Next.js and Tailwind CSS, showcasing my skills, projects, and experiences.
https://github.com/sandeepvashishtha/portfolio
collaborate communityexchange hacktoberfest javascript portfolio portfolio-website react reactjs typescript website
Last synced: about 1 month ago
JSON representation
👨💻 My personal portfolio website built with Next.js and Tailwind CSS, showcasing my skills, projects, and experiences.
- Host: GitHub
- URL: https://github.com/sandeepvashishtha/portfolio
- Owner: SandeepVashishtha
- License: mit
- Created: 2024-08-03T10:34:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T20:07:43.000Z (about 2 months ago)
- Last Synced: 2024-12-14T21:20:20.692Z (about 2 months ago)
- Topics: collaborate, communityexchange, hacktoberfest, javascript, portfolio, portfolio-website, react, reactjs, typescript, website
- Language: TypeScript
- Homepage: https://vashishtha.live
- Size: 3.28 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
👨💻 My personal portfolio website built with Next.js and Tailwind CSS, showcasing my skills, projects, and experiences.
![image](https://github.com/user-attachments/assets/ea99202b-d9fa-4f08-80a1-94dbd4be23b6)
## Introduction
Welcome to my personal portfolio website! This project is built using Next.js and Tailwind CSS to showcase my skills, projects, and experiences. It serves as a central place to share my work and connect with others.
## Features
- Responsive design that works on all devices
- Showcases projects with descriptions and links
- Displays skills and experiences
- Contact form for reaching out
- Fast and optimized performance## Technologies Used
- **Next.js**: A React framework for building fast web applications
- **Tailwind CSS**: A utility-first CSS framework for rapid UI development
- **TypeScript**: A strongly typed programming language that builds on JavaScript## Installation
To get a local copy of the project up and running, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/SandeepVashishtha/Portfolio.git
```2. Navigate to the project directory:
```bash
cd Portfolio
```3. Install dependencies:
```bash
npm install
```## Usage
To run the project locally, use the following command:
```bash
npm run dev
```Open your browser and navigate to http://localhost:3000 to view the portfolio website.
## Contributing
Contributions are welcome! If you have any suggestions or improvements, please fork the repository and create a pull request. For major changes, please open an issue to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request