Coder Social home page Coder Social logo

paul-simpson / reactjs18-3d-portfolio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ladunjexa/reactjs18-3d-portfolio

1.0 0.0 0.0 31.88 MB

incredible 3D developer portfolio website with awesome graphics - built with React & Three.js ๐Ÿช„

Home Page: https://threejs-3-d-portfolio.vercel.app

License: MIT License

JavaScript 4.41% TypeScript 81.96% CSS 12.88% HTML 0.75%

reactjs18-3d-portfolio's Introduction

3D Portfolio

Latest release Stars Fork GitHub commits Pull requests

demo

ladunjexa License Top Language Contributors Release PRs deployment Known Vulnerabilities

๐ŸŒ Live Demo

Explore the live demonstration of the project: reactjs18-3d-portfolio

๐Ÿ“ Description

3D Portfolio is a well-designed and fully functional portfolio website that is built with React.js and Three.js. It is a fully responsive website that works well on all devices.

Folder Structure
reactjs18-3d-portfolio/
โ”œโ”€โ”€ src/
โ”œ   โ”œโ”€โ”€ App.tsx
โ”œ   โ”œโ”€โ”€ globals.css
โ”œ   โ”œโ”€โ”€ main.tsx
โ”œ   โ”œโ”€โ”€ vite.env.d.ts
โ”œ   โ”œโ”€โ”€ components/
โ”œ   โ”œ   โ”œโ”€โ”€ atoms/
โ”œ   โ”œ   โ”œ   โ””โ”€โ”€ Header.tsx
โ”œ   โ”œ   โ”œโ”€โ”€ canvas/
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Ball.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Computers.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Earth.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Stars.tsx
โ”œ   โ”œ   โ”œ   โ””โ”€โ”€ index.ts
โ”œ   โ”œ   โ”œโ”€โ”€ layout/
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Loader.tsx
โ”œ   โ”œ   โ”œ   โ””โ”€โ”€ Navbar.tsx
โ”œ   โ”œ   โ”œโ”€โ”€ sections/
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ About.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Contact.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Experience.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Feedbacks.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Hero.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Tech.tsx
โ”œ   โ”œ   โ”œ   โ”œโ”€โ”€ Works.tsx
โ”œ   โ”œ   โ”œ   โ””โ”€โ”€ page.tsx
โ”œ   โ”œ   โ””โ”€โ”€ index.ts
โ”œ   โ”œโ”€โ”€ constants/
โ”œ   โ”œ   โ”œโ”€โ”€ config.ts
โ”œ   โ”œ   โ”œโ”€โ”€ styles.ts
โ”œ   โ”œ   โ””โ”€โ”€ index.ts
โ”œ   โ”œโ”€โ”€ hoc/
โ”œ   โ”œ   โ”œโ”€โ”€ SectionWrapper.tsx
โ”œ   โ”œ   โ””โ”€โ”€ index.ts
โ”œ   โ”œโ”€โ”€ utils/
โ”œ   โ”œ   โ””โ”€โ”€ motion.ts
โ”œ   โ”œโ”€โ”€ types/
โ”œ   โ”œ   โ””โ”€โ”€ index.d.ts
โ”œ   โ””โ”€โ”€ assets/
โ”œ       โ”œโ”€โ”€ company/
โ”œ       โ”œ   โ””โ”€โ”€ [[...]].{svg,png}
โ”œ       โ”œโ”€โ”€ tech/
โ”œ       โ”œ   โ””โ”€โ”€ [[...]].{svg,png}
โ”œ       โ”œโ”€โ”€ [[...]].{svg,png}
โ”œ       โ””โ”€โ”€ index.ts
โ”œโ”€โ”€ public/
โ”œ   โ”œโ”€โ”€ desktop_pc
โ”œ   โ”œ   โ”œโ”€โ”€ textures/[[...]].png
โ”œ   โ”œ   โ”œโ”€โ”€ license.txt
โ”œ   โ”œ   โ”œโ”€โ”€ scene.bin
โ”œ   โ”œ   โ””โ”€โ”€ scene.gltf
โ”œ   โ”œโ”€โ”€ planet
โ”œ   โ”œ   โ”œโ”€โ”€ textures/[[...]].png
โ”œ   โ”œ   โ”œโ”€โ”€ license.txt
โ”œ   โ”œ   โ”œโ”€โ”€ scene.bin
โ”œ   โ”œ   โ””โ”€โ”€ scene.gltf
โ”œ   โ”œโ”€โ”€ logo.png
โ”œ   โ””โ”€โ”€ logo.svg
โ”œโ”€โ”€ .env
โ”œโ”€โ”€ .eslintignore
โ”œโ”€โ”€ .eslintrc.cjs
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .prettierignore
โ”œโ”€โ”€ .prettierrc.cjs
โ”œโ”€โ”€ index.html
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ postcss.config.cjs
โ”œโ”€โ”€ tailwind.config.cjs
โ”œโ”€โ”€ tsconfig.json
โ”œโ”€โ”€ tsconfig.node.json
โ””โ”€โ”€ vite.config.js

๐Ÿ“– Table of Contents

Table of Contents

โœจ Technologies Used

3D Portfolio is built using the following technologies:
  • TypeScript: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • Vite: Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
  • React.js: React is a free and open-source front-end JavaScript library for building user interfaces or UI components.
  • Three.js: Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.
  • Framer Motion: Framer Motion is a production-ready motion library for React.
  • Tailwind CSS: Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces.
  • ESLint: ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code.
  • Prettier: Prettier is an opinionated code formatter.
  • Vercel: Vercel is a cloud platform for frontend developers, providing the frameworks, workflows, and infrastructure to build a faster, more personalized Web.

Technologies Used

๐Ÿงฐ Get Started

To get this project up and running in your development environment, follow these step-by-step instructions.

๐Ÿ“‹ Prerequisites

In order to install and run this project locally, you would need to have the following installed on your local machine.

โš™๏ธ Installation and Run Locally

Step 0:

Note โ€ผ๏ธ the application uses EmailJS in order to send emails using client-side, therefore, you need to create EmailJS account here and sets the VITE_EMAILJS_SERVICE_ID, VITE_EMAILJS_TEMPLATE_ID, and VITE_EMAIL_JS_ACCESS_TOKEN environment variables in .env file.

Step 1:

Download or clone this repo by using the link below:

git clone https://github.com/ladunjexa/reactjs18-3d-portfolio.git

Step 2:

Execute the following command in the root directory of the downloaded repo in order to install dependencies:

npm install

Step 3:

Execute the following command in order to run the development server locally:

npm run dev

Step 4:

Open http://localhost:5173 with your browser to see the result.

๐Ÿ“œ Scripts

All scripts are defined in the package.json file. Here is a list of all scripts:

Script Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:5137
npm run build Build your production site to ./dist/
npm run preview Boot up a local static web server
npm run lint Run ESLint
npm run ts:check Perform type-checking

๐Ÿ”’ Environment Variables

Environment variables[^3] can be used for configuration. They must be set before running the app.

Environment variables are variables that are set in the operating system or shell, typically used to configure programs.

React.js 18 3D Portfolio uses EmailJS as external service. You need to create an account and get the required credentials to run the app.

Create a .env file in the root directory of the project and add the following environment variables:

VITE_EMAILJS_SERVICE_ID=<VITE_EMAILJS_SERVICE_ID>
VITE_EMAILJS_TEMPLATE_ID=<VITE_EMAILJS_TEMPLATE_ID>
VITE_EMAIL_JS_ACCESS_TOKEN=<VITE_EMAIL_JS_ACCESS_TOKEN>

๐Ÿš€ Deployment

Deploy to production (manual)

You can create an optimized production build with the following command:

npm run build

Deploy on Vercel (recommended)

The easiest way to deploy this Next.js app is to use the Vercel Platform.

Deploy with Vercel

Deploy on Netlify

You can also deploy this Next.js app with Netlify.

Deploy with Netlify

Check out Next.js deployment documentation for more details.

๐Ÿ”ง Contributing

contributors

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To fix a bug or enhance an existing module, follow these steps:

  1. Fork the repo
  2. Create a new branch (git checkout -b improve-feature)
  3. Make the appropriate changes in the files
  4. Commit your changes (git commit -am 'Improve feature')
  5. Push to the branch (git push origin improve-feature)
  6. Create a Pull Request ๐ŸŽ‰

๐Ÿ“ฉ Bug / Feature Request

If you find a bug (failure of a module to execute its intended function), kindly open an issue here by including the issue with a title and clear description.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

๐Ÿ’Ž Acknowledgements

I'd like to express my gratitude to the following people who helped me with this project and made it possible:

๐Ÿ“ž Contact Us

Telegram LinkedIn Instagram Discord

๐Ÿ“‹ License

Three.js 3D Portfolio is open source software licensed as MIT and is free to use โ€” See LICENSE for more details.

reactjs18-3d-portfolio's People

Contributors

ladunjexa avatar paul-simpson avatar cameronbeneteau avatar imgbotapp avatar

Stargazers

 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.