π¨ A web design mockup for college essentials e-commerce platform
College Saver is a frontend prototype/mockup of an e-commerce platform designed specifically for students. This project showcases the user interface and user experience design for browsing and purchasing essential supplies for Engineering, IT, and Medical courses.
- ποΈ Category-based Browsing: Visual layouts for Engineering, IT, and Medicine supplies
- π Cart Interface: Frontend cart design with item display
- π³ Checkout Mockup: Payment interface design (no actual processing)
- π€ User Interface: Login and signup page designs
- οΏ½ Responsive Design: Mobile-first design approach
- π¬ Contact Form: Frontend contact interface
- βΉοΈ About Page: Information section design
- οΏ½ Backend Authentication: User registration and login functionality
- οΏ½ Payment Integration: Real PayPal, GCash, and credit card processing
- π¦ Order Management: Order tracking and history
- ποΈ Database Integration: Product and user data management
- οΏ½ Search Functionality: Product search and filtering
- π§ Email Notifications: Order confirmations and updates
- π‘οΈ Security Features: Data encryption and secure transactions
- π Admin Dashboard: Inventory and order management
College-Saver/
βββ π HTML Pages
β βββ index.html # Landing page
β βββ home.html # Home dashboard
β βββ engineering.html # Engineering supplies
β βββ IT.html # IT supplies
β βββ medical.html # Medical supplies
β βββ cart.js # Shopping cart
β βββ checkout.html # Checkout process
β βββ login.html # User login
β βββ signup.html # User registration
β βββ contact.html # Contact form
β βββ about.html # About page
βββ π¨ Stylesheets
β βββ style.css # Main styles
β βββ cart.css # Cart-specific styles
β βββ product.css # Product page styles
βββ β‘ JavaScript
β βββ script.js # Main functionality
β βββ cart.js # Cart operations
β βββ checkout.js # Checkout logic
β βββ user.js # User management
βββ πΌοΈ Assets
βββ img/ # Images and icons
βββ Engineering/ # Engineering product images
βββ IT/ # IT product images
βββ Medicine/ # Medical product images
- π Modern web browser (Chrome, Firefox, Safari, Edge)
- π Local web server (optional, for best experience)
-
Clone the repository
git clone https://github.com/JAE20/College-Saver.git
-
Navigate to the project directory
cd College-Saver -
Open in browser
# Simply open index.html in your preferred browser # Or use a local server for better functionality python -m http.server 8000 # Python 3 # Then visit http://localhost:8000
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Styling: Custom CSS with responsive design
- Icons & Images: Custom product imagery
- Payment Integration: PayPal, GCash, Credit Cards
- Version Control: Git & GitHub
- Development: VS Code, Browser DevTools
- Design Tools: Figma, Adobe Photoshop, Canva
College Saver is built with mobile-first design principles:
- π± Mobile: Optimized for smartphones
- π± Tablet: Perfect for iPad and similar devices
- π» Desktop: Full-featured experience
We welcome contributions from the community! Here's how you can help:
- π΄ Fork the repository
- π± Create a feature branch (
git checkout -b feature/AmazingFeature) - πΎ Commit your changes (
git commit -m 'Add some AmazingFeature') - π€ Push to the branch (
git push origin feature/AmazingFeature) - π Open a Pull Request
Found a bug? Please open an issue with:
- π Detailed description
- π Steps to reproduce
- π» Browser/device information
- Developer: JAE20
- GitHub: @JAE20
- Project Link: https://github.com/JAE20/College-Saver
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ for students, by students
β Star this repo if you found it helpful!