Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianporada/portfolio
Portfolio Page
https://github.com/florianporada/portfolio
Last synced: 1 day ago
JSON representation
Portfolio Page
- Host: GitHub
- URL: https://github.com/florianporada/portfolio
- Owner: florianporada
- License: mit
- Created: 2020-04-17T16:02:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T10:24:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T07:31:50.111Z (2 months ago)
- Language: JavaScript
- Size: 62.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# florianporada.com
## 👋 About
This is the portfolio page of me. It includes some projects I created or was involved in. Also I tried to give you a glimpse in how I normally approach and realize projects.
If you are reading this feel free to explore this repository or visit florianporada.com to see a live version of this repository.
## 🧰 Featured tech
```txt
- SASS
- Three.js
- React Spring
- React Three Fiber
- cannon.js
- styled components
- gatsby
- Font Awesome
- GitHub Actions
```## 🚀 Development
1. **Start developing.**
Navigate into the project's directory and start it up.
```shell
yarn run develop -H 0.0.0.0
```To test device orientation features use the `https` feature.
```shell
yarn run develop -H 0.0.0.0 --https
```2. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`!
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._
Save your changes and the browser will update in real time!
## 📝 ToDo
- refine motion detection on mobile
- easing for canvas interaction
- make collapsed nav button 'background aware'
- use compressed 3d model files ✅
- no-javascript version ✅
- ...