Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udoy2/portfolio
🚀 Built a 3D portfolio website using Three.js and React.js, showcasing my projects in an immersive experience. 🌐 Explore the intersection of creativity and code!
https://github.com/udoy2/portfolio
framer-motion react-vertical-timeline-component reactjs talwindcss three-js
Last synced: 3 days ago
JSON representation
🚀 Built a 3D portfolio website using Three.js and React.js, showcasing my projects in an immersive experience. 🌐 Explore the intersection of creativity and code!
- Host: GitHub
- URL: https://github.com/udoy2/portfolio
- Owner: Udoy2
- Created: 2024-09-01T17:49:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T03:50:32.000Z (17 days ago)
- Last Synced: 2024-11-01T04:28:24.065Z (17 days ago)
- Topics: framer-motion, react-vertical-timeline-component, reactjs, talwindcss, three-js
- Language: JavaScript
- Homepage: https://mahmudrahman.me
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Portfolio 3D Website
🚀 Built a dynamic 3D portfolio website using Three.js and React.js, showcasing my projects in an immersive experience. 🌐 Explore the intersection of creativity and code!
## 📦 Tech Stack
- **Frontend**: React.js, Three.js
- **Styling**: TailwindCSS
- **Animations**: Framer Motion
- **Email Service**: EmailJS
- **Development Tools**: Vite, ESLint## 🚀 Getting Started
1. Clone the repository:
```bash
https://github.com/Udoy2/PortFolio.git
cd PortFolio
```2. Install the dependencies:
```bash
npm install --legacy-peer-deps
```3. Run the development server:
```bash
npm run dev
```4. Build for production:
```bash
npm run build
```