Your Gateway to Global Freelancing Talent
Xilancer is a modern, responsive freelancing platform that connects businesses with skilled freelancers from around the world. Built with cutting-edge web technologies, it provides a seamless experience for hiring professionals across various skill categories.
- π Skill-Based Search: Find freelancers by specific skills and expertise
- πΌ Diverse Categories: Web development, design, writing, marketing, and more
- π± Responsive Design: Optimized for all devices and screen sizes
- π¨ Modern UI/UX: Clean, intuitive interface with smooth animations
- β‘ Fast Performance: Optimized loading times and interactive elements
- π Smooth Animations: Enhanced user experience with GSAP animations
π Visit Xilancer
Experience the platform in action and explore all the features firsthand.
| Technology | Purpose | Version |
|---|---|---|
| HTML5 | Structure & Semantics | Latest |
| CSS3 | Styling & Layouts | Latest |
| TailwindCSS | Utility-First Styling | 3.x |
| jQuery | DOM Manipulation & Events | 3.x |
| GSAP | Animations & Interactions | 3.x |
xilancer/
βββ index.html
βββ style.css
βββ assets/
βββ scripts/
βββ animation.js
βββ browseCategroies.js
βββ header.js
βββ latestJobs.js
βββ popularCategories.js
βββ popularServices.js
βββ pricing.js
βββ testimonials.js
βββ topRatedFreelancers.js
βββ trendingServices.js
- Eye-catching hero section
- Featured freelancer profiles
- Popular skill categories
- Client testimonials
- Detailed skill showcases
- Portfolio galleries
- Rating and review systems
- Contact information
- Web Development: Frontend, Backend, Full-stack
- Design: UI/UX, Graphic Design, Logo Design
- Content: Writing, Translation, SEO
- Marketing: Digital Marketing, Social Media
- And many more...
-
Clone the repository
git clone https://github.com/yourusername/xilancer.git cd xilancer -
Open in browser
# Simply open index.html in your preferred browser open index.html -
For development
# Use a local server for better development experience npx serve . # or python -m http.server 8000
The project uses TailwindCSS for styling. You can customize the design system by modifying the Tailwind configuration:
/* Add custom colors, fonts, or spacing */
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom component classes */
.btn-primary {
@apply bg-blue-600 hover:bg-blue-700 text-white font-semibold py-2 px-4 rounded;
}Animations are handled by GSAP for smooth, performant transitions:
// Example animation
gsap.from(".hero-text", {
duration: 1,
y: 50,
opacity: 0,
ease: "power2.out"
});Xilancer is fully responsive and optimized for:
- π± Mobile devices (320px+)
- π± Tablets (768px+)
- π» Desktop (1024px+)
- π₯οΈ Large screens (1440px+)
- β Chrome (Latest)
- β Firefox (Latest)
- β Safari (Latest)
- β Edge (Latest)
- β Mobile browsers
- Optimized Images: WebP format with fallbacks
- Minified Assets: Compressed CSS and JavaScript
- Lazy Loading: Images load as needed
- Smooth Animations: Hardware-accelerated transitions
- Fast Loading: Optimized resource delivery
Contributions are welcome! Here's how you can help:
- Fork the project
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Created by: Your Name
- π GitHub: @mdmhrz
- π Portfolio: Portfolio
- π§ Email: mdmobarakhossainrazu@gmail.com
- TailwindCSS for the amazing utility-first framework
- GSAP for powerful animation capabilities
- jQuery for DOM manipulation simplicity
- Unsplash/Pexels for high-quality stock images
- Heroicons for beautiful SVG icons
β If you found this project helpful, please give it a star!
Xilancer - Connecting talent with opportunity