Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :)

View Portfolio

## 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.