Giter VIP home page Giter VIP logo

3d-portfolio's Introduction

Portfolio

Build Status

Portfolio using React, tailwind and threejs-fiber

Features

  • Use models in React
  • Framer motion animation for elements
  • Build using tailwind css

Resources

Installation

Install the dependencies and devDependencies and start the server.

npm create vite@latest
npm install --legacy-peer-deps -D tailwindcss postcss autoprefixer 
npx tailwindcss init -p
npm install --legacy-peer-deps three @react-three/fiber @react-three/drei maath react-tilt react-vertical-timeline-component @emailjs/browser framer-motion react-router-dom typed.js

For production environments...

Plugins

Instructions on how to use them in your own application are linked below.

Plugin README
EmailJS [https://www.emailjs.com/][PlDb]

Development

npm run dev

Building for source

For production release:

vite build

Docker

By default, the Docker will expose port 3000, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile to build the image.

cd 3d-portfolio
docker build -t <youruser>/3d-portfolio:${package.json.version} .

This will create the 3d-portfolio image and pull in the necessary dependencies. Be sure to swap out ${package.json.version} with the actual version of 3d-portfolio.

Once done, run the Docker image and map the port to whatever you wish on your host. In this example, we simply map port 8000 of the host to port 8080 of the Docker (or whatever port was exposed in the Dockerfile):

docker run -d -p 8000:8080 --name=3d-portfolio <youruser>/3d-portfolio:${package.json.version}

Verify the deployment by navigating to your server address in your preferred browser.

localhost:3000

License

MIT

Free Software, Hell Yeah!

3d-portfolio's People

Contributors

mroshan74 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.