https://github.com/adityasinghz/aditya-portfolio
https://github.com/adityasinghz/aditya-portfolio
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityasinghz/aditya-portfolio
- Owner: adityasinghz
- License: mit
- Created: 2025-01-04T17:18:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T18:05:45.000Z (over 1 year ago)
- Last Synced: 2025-01-04T19:19:38.450Z (over 1 year ago)
- Language: JavaScript
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Aditya Ramos Refusta's Portfolio
Welcome!
I've always wanted to create a portfolio showcasing my skills with GLSL shaders and Three.js, along with a platform to display all my side projects and experiments. This portfolio serves as a showcase of my journey as a 3D developer and a place to explore my various side projects, including video games. I've included elements that reflect my personal interests, such as my favorite video games, an interactive Rubik's cube, and an arcade machine.
You can now explore it [here](https://joanramosrefusta.com/).
## Links
### Aditya's Arcade Machine
- [Source Code](https://github.com/jrefusta/joan-arcade-machine)
- [Live Demo](https://joan-arcade-machine.vercel.app/)
### Aditya's OS
- [Source Code](https://github.com/jrefusta/joan-os)
- [Live Demo](https://joan-os.vercel.app/)
### Aditya's Art Gallery
- [Source Code](https://github.com/jrefusta/joan-art-gallery)
- [Live Demo](https://joan-art-gallery.vercel.app/)
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```
## License
This project is licensed under the [MIT License](LICENSE).