paper
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v2View latest version
A B2B e-commerce website for Mehta Papers, a company that trades paper products from Bulleshahindustries and sells them to businesses.
├── 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
- 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
- HTML5, CSS3, JavaScript
- Tailwind CSS for styling
- Val Town for hosting and serving