Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitchourey0809/rohit_personal_react_portfolio
Rohit_PortFolio_with_React
https://github.com/rohitchourey0809/rohit_personal_react_portfolio
Last synced: about 16 hours ago
JSON representation
Rohit_PortFolio_with_React
- Host: GitHub
- URL: https://github.com/rohitchourey0809/rohit_personal_react_portfolio
- Owner: rohitchourey0809
- License: mit
- Created: 2022-04-29T15:15:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T06:22:37.000Z (5 months ago)
- Last Synced: 2024-06-11T07:32:18.536Z (5 months ago)
- Language: JavaScript
- Homepage: https://rohit-personal-react-port-folio.vercel.app
- Size: 7.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cleanfolio
A clean and simple portfolio template built using React, if want a template built with HTML, CSS and JS then check out [Cleanfolio Minimal](l).
## Preview
[![Imgur](https://imgur.com/FwDMNEM.gif)]()
[See Live](o)
## Instructions
### Setup
```shell
git clone
cd cleanfolio
```If you use [nvm](https://github.com/nvm-sh/nvm) or [fnm](https://github.com/Schniz/fnm) (optional) -
```shell
nvm install
nvm use
```Or -
```shell
fnm install
fnm use
```Install and run -
```shell
yarn
yarn start
```### How to use
- Open `public/index.html` and replace -
`John Smith` with `Your Name`.
- Open `src/portfolio.js` and make changes.
### Deployment
- Go to `package.json` file and replace -
`"homepage": ""`
with `"homepage": "https://rohitchourey0809.github.io"`.
- Push the changes.
- Build and deploy -
```shell
yarn build
yarn deploy
```## License
[MIT](https://choosealicense.com/licenses/mit/)