A modern, responsive website for BISCOIDINO, a premium biscuit business, built with Vite and TypeScript.
- Modern Design: Clean, responsive design with a warm color palette perfect for a bakery business
- Menu Showcase: Interactive menu section displaying various biscuit offerings
- About Section: Information about the business and what makes it special
- Contact Information: Easy-to-find contact details and business hours
- Mobile Responsive: Optimized for all device sizes
- TypeScript: Type-safe development with full TypeScript support
- Fast Development: Powered by Vite for lightning-fast development and builds
Before running this project, make sure you have:
- Node.js (version 16 or higher) installed on your system
- Download from: https://nodejs.org/
- This includes npm (Node Package Manager)
- Visit https://nodejs.org/
- Download and install the LTS (Long Term Support) version
- Restart your terminal/VS Code after installation
npm installnpm run devThe website will be available at http://localhost:3000
npm run buildnpm run previewbiscoidino/
├── public/
│ └── biscuit.svg # Favicon
├── src/
│ ├── main.ts # Main TypeScript file
│ └── style.css # Styles
├── index.html # HTML template
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
├── vite.config.ts # Vite configuration
└── README.md # This file
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build
- Vite - Build tool and development server
- TypeScript - Type-safe JavaScript
- CSS3 - Modern styling with CSS Grid and Flexbox
- HTML5 - Semantic markup
The website uses a warm, bakery-inspired color palette defined in CSS custom properties:
- Primary:
#D2691E(Chocolate/Orange) - Secondary:
#DEB887(Burlywood) - Accent:
#CD853F(Peru) - Background:
#FFF8DC(Cornsilk)
Menu items can be customized in the loadMenu() method in src/main.ts.
Update contact details in the contact section of src/main.ts.
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This project is licensed under the MIT License.
For support or questions about this project, please contact the development team.
BISCOIDINO - Made with ❤️ for biscuit lovers everywhere!