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.