An open API service indexing awesome lists of open source software.

https://github.com/bleckwolf25/portfolio

My Portfolio with also a template branch.
https://github.com/bleckwolf25/portfolio

portfolio portfolio-template portfolio-website website website-template

Last synced: 5 months ago
JSON representation

My Portfolio with also a template branch.

Awesome Lists containing this project

README

          

# BleckWolf25's Portfolio Website

This is my portfolio website built with Nuxt 3 and Nuxt UI. I'm using this as a way to learn and experiment with new technologies, and to showcase my work. I hope you enjoy it!

## Live Demo

You can view the live demo of the portfolio website at [https://bleckwolf25.vercel.app](https://bleckwolf25.vercel.app).

## Project Structure

The project structure details can be found in the [PROJECT_STRUCTURE.md](PROJECT_STRUCTURE.md) file.

## My Portfolio But On MarkDown File

You can view my portfolio on a markdown file in [PORTFOLIO.md](PORTFOLIO.md).

## Template

This portfolio can be used by yourself! Fork the repository and make it your own. I hope you enjoy it!
All the code is well documented and commented, so you should be able to understand it easily.

## Requirements

Requires [Node.js](https://nodejs.org/en/) v22.15.0+ to run.
Requires [NPM](https://www.npmjs.com/get-npm) v10.24.0+ to run.

## Installation

```bash
# Clone the repository
git clone https://github.com/BleckWolf25/bleckwolf25-portfolio.git

# Change directory
cd bleckwolf25-portfolio

# Install dependencies
npm install
```

## Usage

```bash
# Start the development server
npm run dev
```

## Deployment

This project is deployed on [Vercel](https://vercel.com/).

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Here are some guidelines for contributing to this project:

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
6. Wait for me to merge your changes
7. Celebrate!

## License

This project is licensed under the [MIT license](LICENSE).