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

https://github.com/kartikmehta8/open-portfolio

A React-based Portfolio website with Tailwind CSS styling. Fork it. Use it.
https://github.com/kartikmehta8/open-portfolio

portfolio-website reactjs tailwindcss

Last synced: 3 months ago
JSON representation

A React-based Portfolio website with Tailwind CSS styling. Fork it. Use it.

Awesome Lists containing this project

README

        


BANNER

A React-based portfolio website for developers who **are/aren't** in Website Development. **Super Customizable** with Tailwind CSS styling. Make it your portfolio. Fork it. Use it.

## Setup instructions
1. Fork the repository.
2. Clone it in your system using `git clone `.
3. In the project directory, open the terminal and run `npm install`.
4. Run `npm start`. You should be able to see the [website](https://open-portfolio.netlify.app) like this.

## Update your details
There are only **two files** in which you have to change the data.

1. Go to `/src/constant/data.js` and edit the details.
```javascript
export const data = {
name: "John Doe",
tagline:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et aliqua.",
resume: "https://www.google.com",

skills: [
...
```

2. Go to `/src/components/Home/Salutation.jsx` and update the positions.
```javascript
export default function Salutation() {
return (
,
,
"Position 2",
,
,
"Position 3",
,
,
"Position 4",
,
,
]}
/>
);
}
```

> **Warning**
> Make sure that the length of your `position` and `delete character` must be equal. ["**position 1**" is equal to length **10**]

## Deployment
1. Login to [Netlify](https://www.netlify.com).
2. Click on **Add new site** & then **Import an existing project**.
3. Connect your git provider - **Select GitHub**.
4. Select your **forked repository**.
5. Click on **Deploy Site**.
6. Explore Netlify to edit further details.


Made & open-sourced with ❤️ by kartikmehta8