Mehta Papers B2B E-commerce Website

A B2B e-commerce website for Mehta Papers, a company that trades paper products from Bulleshahindustries and sells them to businesses.

Project Structure

├── backend/
│   └── index.ts             # Main entry point (HTTP trigger)
├── frontend/
│   ├── components/
│   │   ├── header.js        # Header component
│   │   └── footer.js        # Footer component
│   ├── pages/
│   │   ├── about.html       # About Us/Company page
│   │   ├── products.html    # Products page
│   │   └── contact.html     # Contact page
│   ├── assets/
│   │   ├── css/
│   │   │   └── style.css    # Custom styles
│   │   └── images/          # Image assets
│   ├── index.html           # Homepage
│   └── js/
│       └── main.js          # Main JavaScript file
└── shared/
    └── utils.ts             # Shared utilities

Features

  • Homepage: Introduction to Mehta Papers
  • About Us/Company Page: Company history and team information
  • Products Page: Catalog of paper products with descriptions
  • Contact Page: Contact information and inquiry form

Technologies Used

  • HTML5, CSS3, JavaScript
  • Tailwind CSS for styling
  • Val Town for hosting and serving