student:.Quinta.Nahbum
Mentor:.Zoia.Rassadkina
--
- BINABOX is a platform for exploring NFT collections
- Users can check rarity, view products, and access blog content
- Browse NFT catalog with images
- Read articles in blog section
- Connect wallet and Whitelist
- Interactive FAQ and Team section
- Clone the repository:
git clone <your-repo-url>
cd bro1- Install dependencies:
npm install- Start development server:
npm run dev - Build for production:
npm run build - Preview production build:
npm run preview-
Open index.html to view the homepage
-
Navigate to Blog, Catalog, About, and Contact pages via the menu
-
Styles are written in src/styles/style.scss and compiled automatically
-
HTML5 & SCSS
-
Twig templating system
-
Node.js & npm
-
Vite for development and build
-
PostCSS for CSS features
- src/assets/icons → SVG icons for your project
- src/assets/images → Images for your project
- src/styles → SCSS stylesheets
- src/data → JSON data
- src/templates/layouts → Twig layouts
- src/templates/partials → Twig partials


