Skip to content

mdmhrz/xilancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’Ό Xilancer

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.

Screenshots

01

02

Technologies

Live Demo HTML5 CSS3 TailwindCSS jQuery GSAP

🌟 Features

  • πŸ” 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

πŸš€ Live Demo

🌐 Visit Xilancer

Experience the platform in action and explore all the features firsthand.

πŸ› οΈ Tech Stack

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

πŸ“ Project Structure

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

🎯 Key Sections

🏠 Homepage

  • Eye-catching hero section
  • Featured freelancer profiles
  • Popular skill categories
  • Client testimonials

πŸ‘₯ Freelancer Profiles

  • Detailed skill showcases
  • Portfolio galleries
  • Rating and review systems
  • Contact information

πŸ“Š Categories

  • 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...

πŸš€ Quick Start

  1. Clone the repository

    git clone https://github.com/yourusername/xilancer.git
    cd xilancer
  2. Open in browser

    # Simply open index.html in your preferred browser
    open index.html
  3. For development

    # Use a local server for better development experience
    npx serve .
    # or
    python -m http.server 8000

🎨 Customization

TailwindCSS Configuration

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;
}

GSAP Animations

Animations are handled by GSAP for smooth, performant transitions:

// Example animation
gsap.from(".hero-text", {
  duration: 1,
  y: 50,
  opacity: 0,
  ease: "power2.out"
});

πŸ“± Responsive Design

Xilancer is fully responsive and optimized for:

  • πŸ“± Mobile devices (320px+)
  • πŸ“± Tablets (768px+)
  • πŸ’» Desktop (1024px+)
  • πŸ–₯️ Large screens (1440px+)

πŸ”§ Browser Support

  • βœ… Chrome (Latest)
  • βœ… Firefox (Latest)
  • βœ… Safari (Latest)
  • βœ… Edge (Latest)
  • βœ… Mobile browsers

🎯 Performance Features

  • 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

🀝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the project
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘¨β€πŸ’» Developer

Created by: Your Name

πŸ™ Acknowledgments

  • 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