https://github.com/0xbitbuster/portfolio-website
Portfolio Website in Cartoon-Style
https://github.com/0xbitbuster/portfolio-website
css portfolio-website reactjs tailwindcss
Last synced: about 1 year ago
JSON representation
Portfolio Website in Cartoon-Style
- Host: GitHub
- URL: https://github.com/0xbitbuster/portfolio-website
- Owner: 0xBitBuster
- License: mit
- Created: 2024-05-15T17:14:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T13:56:58.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:07:57.820Z (about 1 year ago)
- Topics: css, portfolio-website, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://bitbuster-portfolio.vercel.app/
- Size: 1.55 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React.js Portfolio Website

This is my personal portfolio website in Cartoon-Style, made with React.js & TailwindCSS. The whole design is made to be simple and eye-catching. You may use this as project as a starting point for your portfolio, but make sure you give this repo a star :)
## Sections
- [x] **Hero**: Quick Introduction of who you are alongside a possible picture of yourself
- [x] **What I Do**: Here you can describe what exactly you do and what services you offer
- [x] **Featured Projects**: Show off your best projects whilst describing and providing a link for them
- [x] **Quote (Optional)**: Display a quote which shows what you stand for
- [x] **About Me**: Tell everyone about yourself
- [x] **Contact**: How someone can get in touch with you
## Getting Started
### Prerequisites
- Node.js (version 12 or higher)
### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/0xBitBuster/portfolio-website.git
```
2. Install the dependencies:
```bash
npm install
```
### Usage
To start the server, run:
```bash
npm run dev
```
By default, the web application runs on `http://localhost:5173`
## License
This project is licensed under the MIT License - see the LICENSE file for details.