Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishalvoid/developer_portfolio
An open-source personal portfolio powered by Next.js. It's designed to showcase my web development skills, projects, and content, including blogs, podcasts, and multimedia. Explore my work and insights in one place.
https://github.com/vishalvoid/developer_portfolio
blog developer-portfolio nextjs opensource portfolio portfolio-website
Last synced: 3 days ago
JSON representation
An open-source personal portfolio powered by Next.js. It's designed to showcase my web development skills, projects, and content, including blogs, podcasts, and multimedia. Explore my work and insights in one place.
- Host: GitHub
- URL: https://github.com/vishalvoid/developer_portfolio
- Owner: vishalvoid
- License: other
- Created: 2023-09-26T10:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T12:37:14.000Z (3 months ago)
- Last Synced: 2024-11-06T13:12:23.403Z (about 2 months ago)
- Topics: blog, developer-portfolio, nextjs, opensource, portfolio, portfolio-website
- Language: JavaScript
- Homepage: https://vishalvoid.com
- Size: 14.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Developer Portfolio | [Vishalvoid.com](https://vishalvoid.com)
Hello there! I'm thrilled to have you on my personal portfolio website, where I showcase my passion for technology and creativity. I'm a dedicated developer and content creator who loves sharing knowledge through blogs and podcasts.
## Live
If
[Link](https://vishalvoid.com) is not working, please open a issue from bugs/feature section.## How To Get
To clone and run this Portfolio, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/vishalvoid/Dev_Portfolio# Go into the repository
$ cd Dev_Portfolio# Install dependencies
$ npm install# Run the app
$ npm run dev
```> **Note**
> If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.## Built with
- [Next JS](http://www.nextjs.org) - Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation.
- [Tailwind CSS](https://tailwindcss.com/) -Tailwind CSS is an open source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables.
### Dependency
- [FontAwesome Icons](https://fontawesome.com/icons) - Font Awesome is the world's most popular icon set and toolkit.
### Bug / Feature Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/vishalvoid/Dev_Portfolio/issues/new) by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue [here](https://github.com/vishalvoid/Dev_Portfolio/issues/new). Please include sample queries and their corresponding results.
## [License](https://github.com/vishalvoid/Dev_Portfolio/blob/main/LICENSE.md)
SATA © [Vishal Kumar Singh](https://github.com/vishalvoid)