An open API service indexing awesome lists of open source software.

https://github.com/adityasinghz/aditya-portfolio


https://github.com/adityasinghz/aditya-portfolio

Last synced: over 1 year ago
JSON representation

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).