UniSwap

UniSwap - Student Marketplace Platform A cross-platform marketplace designed for students to swap, buy, sell, and exchange items within university communities across Bangladesh. 🌐 Live Demo https://tanjim003.github.io/UniSwap/

📋 Features

User Authentication - Secure login and registration system Student Verification - ID-based verification for trust and safety Item Listings - Post items for swap, sale, rent, or giveaway Multi-University Support - Platform for students across different universities Responsive Design - Works perfectly on desktop, tablet, and mobile Dark/Light Mode - Customizable viewing experience Trust System - Ratings and reviews for reliable transactions 🚀 Pages Included

index.html - Dashboard with item listings login.html - User authentication signup.html - Account registration profile.html - User profile and management 🛠️ Built With

HTML5 - Semantic markup and structure CSS3 - Modern styling with Flexbox and Grid JavaScript - Interactive functionality Font Awesome - Beautiful icons LocalStorage API - Client-side data persistence 📁 Project Structure

uniswap-student-community/ ├── index.html # Main dashboard ├── login.html # Login page ├── signup.html # Registration page ├── profile.html # User profile ├── css/ │ ├── auth.css # Auth page styles │ ├── index.css # Dashboard styles │ └── profile.css # Profile styles ├── js/ │ ├── auth.js # Authentication logic │ ├── index.js # Dashboard functionality │ └── profile.js # Profile interactions ├── LICENSE # MIT License └── README.md # Project documentation

🔧 Installation Clone the repository: bash git clone https://github.com/your-username/uniswap-student-community.git Navigate to the project directory: bash cd uniswap-student-community Open index.html in your web browser to view the application 🎯 Usage

Students can create accounts using their university credentials Buy/Sell items within your university community Swap items with other students Rent out items for short-term use Give away items you no longer need 🔒 Authentication

     This prototype uses browser localStorage to simulate user authentication: Register with your student credentials Login to access marketplace features All data is stored locally in your browser 📱 Responsive Design

     The application is fully responsive and works on: Desktop computers Tablets Mobile devices Different screen sizes and orientations 🎨 Customization

      Easily customize the platform for different universities by: Modifying color schemes in CSS variables Updating validation rules for different ID formats Adjusting UI elements to match institutional branding 🔮 Future Roadmap

Real backend integration with database Payment processing system Real-time messaging between users Mobile app development (iOS & Android) Multi-university support system Advanced search and filtering Admin moderation panel Email notifications system

🤝 Contributing We welcome contributions! Please feel free to: Fork the project Create a feature branch Commit your changes Push to the branch Open a Pull Request 📄 License

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

     For support, questions, or suggestions: Create an issue on GitHub Contact the development team(tonmoy.contact24@gmail.com) 🙏 Acknowledgments

Built for the student community in Bangladesh Designed to facilitate sustainable consumption Promoting campus connectivity and resource sharing

Note: This is currently a frontend prototype. Backend integration is planned for future development.