Skip to content

A modern web platform for exchanging skills without money, featuring user authentication, skill listing, and an explore page to connect with others. Built with HTML, CSS, and PHP.

Notifications You must be signed in to change notification settings

ritup04/skillbarter

Repository files navigation

🚀 Skillzy – A Modern Skill Barter Platform

Skillzy is an intuitive web platform that facilitates skill exchange without money. Whether you're offering guitar lessons in return for coding help or trading photography for language tutoring, Skillzy enables users to connect, collaborate, and grow through a fair skill barter system.


📚 Table of Contents


✨ Features

  • 🔄 Skill Bartering – List the skills you offer and search for the ones you need
  • 🔐 User Authentication – Simple sign-up and login functionality
  • 🧭 Explore Page – Discover and connect with users who match your needs
  • 🗂️ Modular Pages – Clean structure with dedicated About, Contact, and Home pages
  • 📬 Contact Form – Submit feedback or inquiries directly

🛠 Tech Stack

Category Technology
Frontend HTML5, CSS3
Styling Custom CSS
Backend PHP
Forms PHP Form Handling

📁 Project Structure

skillbarter/
├── about.html               # About Us page
├── about-style.css          # Styling for About Us
├── contact.html             # Contact page
├── contact-style.css        # Styling for Contact page
├── contact_process.php      # Contact form backend logic
├── explore.html             # Explore available skills
├── explore-style.css        # Styling for Explore page
├── home.html                # Landing/Home page
├── home-style.css           # Homepage styles
├── login.php                # Backend login handler
├── register.php             # Backend register handler
├── signin.html              # Login form
├── signup.html              # Signup form

🧑‍💻 Getting Started

Follow these steps to run the project locally:

Prerequisites

  • XAMPP / WAMP
  • Basic knowledge of PHP & MySQL (if extending functionality)

Setup

  1. Clone the Repository

    git clone https://github.com/ritup04/skillzy.git
    cd skillzy
  2. Move to Server Root

    • For XAMPP: Place folder inside htdocs/
    • For WAMP: Place folder inside www/
  3. Start the Server

    • Launch Apache from XAMPP/WAMP Control Panel
    • Open browser and navigate to:
      http://localhost/skillbarter/home.html
      

⚠️ Note: The current version uses static content and simple PHP logic. For complete functionality, integrate with a database and use sessions for authentication.


📌 Future Enhancements

  • 💬 Real-time chat or messaging system
  • 🌐 Location-based skill suggestions
  • ⭐ Skill reviews and user ratings
  • 🛠 Full database integration for dynamic content
  • 📊 User dashboards and notifications

🤝 Contributing

Contributions are welcome!
Feel free to fork the repository, raise issues, or submit pull requests to improve features or fix bugs.


📬 Contact

For queries, suggestions, or feedback, please contact:

GitHub: ritup04
Email: ritupal1626@gmail.com


Empower learning, foster community – Skillzy connects talent through collaboration.

About

A modern web platform for exchanging skills without money, featuring user authentication, skill listing, and an explore page to connect with others. Built with HTML, CSS, and PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published