Welcome to TryOnYou, a cutting-edge virtual try-on web application that allows users to experience fashion like never before using augmented reality technology.
- Real-Time Virtual Try-On: Experience clothes virtually using your camera
- Interactive Product Selection: Browse and select from various fashion items
- Responsive Design: Works seamlessly on desktop and mobile devices
- Modern UI/UX: Clean, intuitive interface with smooth animations
- Contact Form: Easy way for users to get in touch
- Node.js (v14 or higher)
- A modern web browser
- Internet connection
- Clone the repository:
git clone https://github.com/LVT-ENG/-TRYONYOU2.git
cd -TRYONYOU2- Install dependencies:
npm install- Start the development server:
npm start- Open your browser and navigate to
http://localhost:8080
/
├── index.html # Main HTML file
├── styles/
│ └── main.css # Main stylesheet
├── js/
│ └── main.js # JavaScript functionality
├── assets/ # Images, icons, favicon
├── package.json # Node.js dependencies and scripts
├── netlify.toml # Netlify deployment configuration
├── vercel.json # Vercel deployment configuration
├── deploy.md # Detailed deployment guide
└── README.md # This file
🌐 Deployment to www.tryonyou.app
This project is ready to deploy to your www.tryonyou.app domain. We've included configuration files for popular hosting services:
Netlify (Recommended):
- Connect your GitHub repository to Netlify
- Configure custom domain: www.tryonyou.app
- Automatic deployments are configured
Vercel:
- Import project to Vercel
- Set custom domain in project settings
- Deploy automatically
GitHub Pages:
- Enable GitHub Pages in repository settings
- Configure custom domain
See deploy.md for detailed deployment instructions.
npm start- Start development servernpm run build- Build for productionnpm run deploy- Deploy to hosting servicenpm test- Run tests
- HTML5 - Semantic markup
- CSS3 - Modern styling with Grid and Flexbox
- Vanilla JavaScript - No framework dependencies
- Progressive Web App ready
- Responsive Design - Mobile-first approach
Edit styles/main.css to customize:
- Color scheme (CSS custom properties)
- Layout and spacing
- Animations and transitions
- Responsive breakpoints
Edit js/main.js to add:
- New interactive features
- Camera integration
- Product catalog
- User authentication
Edit index.html to update:
- Text content
- Navigation items
- Product information
- Contact details
- Camera activation simulation
- Product selection interface
- Real-time feedback
- Interactive notifications
- Grid-based product display
- Selection/deselection functionality
- Visual feedback for selected items
- Expandable for real product data
- Form validation
- Success/error notifications
- Responsive design
- Ready for backend integration
- Chrome 80+
- Firefox 75+
- Safari 13+
- Edge 80+
MIT License - see LICENSE file for details
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
For deployment help or technical questions:
- Check
deploy.mdfor deployment guides - Open an issue on GitHub
- Contact through the website's contact form
Keep your deployment updated:
- Pull latest changes
- Test locally
- Deploy to staging (if available)
- Deploy to production
Ready to deploy to www.tryonyou.app! 🚀
Follow the deployment guide in deploy.md to get your virtual try-on application live on the web.