Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbitbuster/portfolio-website
Portfolio Website in Cartoon-Style
https://github.com/0xbitbuster/portfolio-website
css portfolio-website reactjs tailwindcss
Last synced: 2 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T05:00:08.000Z (3 months ago)
- Last Synced: 2024-08-10T06:21:15.850Z (3 months ago)
- Topics: css, portfolio-website, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://bitbuster-portfolio.vercel.app/
- Size: 1.44 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React.js Portfolio Website
![Showcase Image](https://i.ibb.co/5xYYDgb/Screenshot-1.png)
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)
### Installation1. Clone the repository to your local machine:
```bash
git clone https://github.com/0xBitBuster/portfolio-website.git
```
2. Install the dependencies:
```bashnpm 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.