https://github.com/lordarcadius/portfolio
A portfolio built in React and NextJS. Simple, clean, and fast.
https://github.com/lordarcadius/portfolio
javascript nextjs portfolio portfolio-website react reactjs
Last synced: 3 months ago
JSON representation
A portfolio built in React and NextJS. Simple, clean, and fast.
- Host: GitHub
- URL: https://github.com/lordarcadius/portfolio
- Owner: lordarcadius
- License: mit
- Created: 2021-06-18T11:06:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T09:12:28.000Z (about 1 year ago)
- Last Synced: 2024-10-31T10:19:40.470Z (about 1 year ago)
- Topics: javascript, nextjs, portfolio, portfolio-website, react, reactjs
- Language: JavaScript
- Homepage: https://www.vipuljha.com
- Size: 39.9 MB
- Stars: 164
- Watchers: 2
- Forks: 59
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/lordarcadius/portfolio/blob/master/LICENSE)
# Personal Portfolio
A portfolio built in React and NextJS. Simple, clean and fast.
**Note: The logo and banner used in the project are my intellectual property. Please refrain from using it anywhere.**

## Demo
[Live Preview](https://www.vipuljha.com)
## Run Project
Run this project with Yarn
```bash
yarn && yarn run dev
```
## Deployment
To deploy this project run
```bash
yarn build
```
## Contributing
Contributions are always welcome!
Fork repo, make changes, test, create a pull request.
Please make sure to maintain `authorship`.
## Credits
- [@adrianhajdin](https://github.com/adrianhajdin) (The original author)
- [@lordarcadius](https://github.com/lordarcadius) (I just fixed and modified few things)
- [@dhruvsaxena1998](https://github.com/dhruvsaxena1998) (For help and PR)
## License
[MIT](https://github.com/lordarcadius/portfolio/blob/master/LICENSE)