Skip to content

WhiiteRose/3Drobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– 3Drobot

3Drobot is a simple front-end project that demonstrates how to integrate interactive 3D objects into a React application using Spline.
The project also makes use of TailwindCSS for styling, AOS (Animate On Scroll) for smooth animations, and Vite as the build tool and development server.


πŸš€ Technologies Used

  • React – JavaScript framework for building the user interface.
  • Spline – Tool to create and embed 3D objects/animations directly in the browser.
  • TailwindCSS – Utility-first CSS framework for fast and responsive design.
  • AOS – Library for scroll-triggered animations.
  • Vite – Next-generation frontend tooling for fast builds and hot reload.

🎨 Features

  • Integration of an interactive 3D model (via Spline).
  • Responsive layout with Tailwind.
  • Smooth animations on scroll with AOS.
  • Single Page Project (front-end only).
  • Fast dev server & optimized builds with Vite.

βš™οΈ Installation & Running

  1. Clone the repository:

    git clone https://github.com/your-username/3Drobot.git
    cd 3Drobot
  2. Install dependencies:

    npm install
  3. Start the development server (Vite):

    npm run dev

    The project will be available at http://localhost:5173 (or the port shown in your terminal).

  4. Build for production:

    npm run build
  5. Preview the production build:

    npm run preview

πŸ“‚ Project Structure

3Drobot/
 β”œβ”€β”€ src/
 β”‚   β”œβ”€β”€ components/    # React components
 β”‚   β”œβ”€β”€ App.jsx        # Main page
 β”‚   └── index.css      # Global styles (including Tailwind)
 β”œβ”€β”€ public/            # Static files
 β”œβ”€β”€ package.json       # Dependencies & scripts
 β”œβ”€β”€ vite.config.js     # Vite configuration
 └── README.md          # Project documentation

πŸ“Έ Preview

3Drobot preview


πŸ“ License

This project was built for educational purposes. Feel free to modify and use it!

About

πŸ€– A sleek front-end project showcasing interactive 3D objects in a React app using Spline, styled with TailwindCSS and animated with AOS. Built with Vite for lightning-fast development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors