Skip to content

JAE20/College-Saver

Repository files navigation

πŸŽ“ College Saver

Status Progress

πŸ› οΈ Tech Stack & Tools

Core Technologies

HTML5 CSS3 JavaScript

Development Tools

VS Code Git GitHub

Design & Assets

Figma Adobe Photoshop Canva

Browser Support

Chrome Firefox Safari Edge

License

License: MIT

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

⚠️ Note: This is currently a design prototype with frontend-only functionality. Backend integrations and payment processing are not yet implemented.

✨ Current Features (Frontend Only)

  • πŸ›οΈ 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

🚧 In Development / Future Features

  • οΏ½ 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

πŸ—οΈ Project Structure

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

πŸš€ Getting Started

Prerequisites

  • 🌐 Modern web browser (Chrome, Firefox, Safari, Edge)
  • πŸ“ Local web server (optional, for best experience)

Installation

  1. Clone the repository

    git clone https://github.com/JAE20/College-Saver.git
  2. Navigate to the project directory

    cd College-Saver
  3. 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

πŸ› οΈ Technologies Used

  • 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

πŸ“± Responsive Design

College Saver is built with mobile-first design principles:

  • πŸ“± Mobile: Optimized for smartphones
  • πŸ“± Tablet: Perfect for iPad and similar devices
  • πŸ’» Desktop: Full-featured experience

🀝 Contributing

We welcome contributions from the community! Here's how you can help:

  1. 🍴 Fork the repository
  2. 🌱 Create a feature branch (git checkout -b feature/AmazingFeature)
  3. πŸ’Ύ Commit your changes (git commit -m 'Add some AmazingFeature')
  4. πŸ“€ Push to the branch (git push origin feature/AmazingFeature)
  5. πŸ”„ Open a Pull Request

πŸ› Bug Reports

Found a bug? Please open an issue with:

  • πŸ“ Detailed description
  • πŸ”„ Steps to reproduce
  • πŸ’» Browser/device information

πŸ“§ Contact

πŸ“„ License

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!

About

Our Website Website by Jerimiah(Me), Amanda, Hanz Ian

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors