https://github.com/lebinary/porfolio
Interactive portfolio where users can play games on it
https://github.com/lebinary/porfolio
3d 3d-game 3d-models javascript react reactjs three-js threejs
Last synced: 3 months ago
JSON representation
Interactive portfolio where users can play games on it
- Host: GitHub
- URL: https://github.com/lebinary/porfolio
- Owner: lebinary
- License: mit
- Created: 2021-03-27T07:04:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T18:33:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T22:51:10.276Z (4 months ago)
- Topics: 3d, 3d-game, 3d-models, javascript, react, reactjs, three-js, threejs
- Language: JavaScript
- Homepage:
- Size: 29.8 MB
- Stars: 50
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Table of Contents
## About The Project
Credited to Bruno Simon's amazing work, this is an interactive portfolio where viewer can play games while viewing my profile
### Built With
Frameworks/libraries used to bootstrap this project.
* [Three.js](https://nextjs.org/)
* [Blender](https://www.blender.org/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Scripts
1. Clone the repo
```sh
git clone https://github.com/lebinh190998/porfolio.git
```
2. Install NPM packages
```sh
npm install
```
3. Run locally
```sh
npm run dev
```
4. Build production version
```sh
npm run build
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Contact
Le Binh - [@lebinh1909](https://www.linkedin.com/in/binhle19/) - [email protected]
Project Link: [https://github.com/lebinh190998/porfolio](https://github.com/lebinh190998/porfolio)
Production: [https://lebinhporfolio.netlify.app/](https://lebinhporfolio.netlify.app/)