https://github.com/webobite/my-resume
https://github.com/webobite/my-resume
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webobite/my-resume
- Owner: webobite
- License: mit
- Created: 2020-08-23T14:05:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T05:50:28.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T00:28:57.372Z (over 1 year ago)
- Language: JavaScript
- Size: 4.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Nice Resume
### DEMO is [here](https://resume-of-subham.herokuapp.com/)

# About [`particles-bg`](https://github.com/lindelof/particles-bg) library
#### This project uses the react particle background component library [https://github.com/lindelof/particles-bg](https://github.com/lindelof/particles-bg). It's very simple. Anyone can be a Musketeer with it.

## Description
This project forks from [https://github.com/tbakerx/react-resume-template](https://github.com/tbakerx/react-resume-template), I made some modifications and adjustments, thanks to the [author](https://github.com/tbakerx).

## Run Project
### 1. Clone the project
### 2. Run the project
```shell
npm i
npm start
```
### 3. BUild
```shell
npm run build
```