A modern, responsive website for a café built with Next.js 14 and Tailwind CSS. Features a clean design with smooth animations, product showcase, and contact information.
Live Site: https://www.cuartoymita.com/
- Responsive Design: Fully responsive layout optimized for all devices
- Modern UI: Clean and professional interface built with Tailwind CSS
- Smooth Animations: Engaging animations powered by Framer Motion
- Product Menu: Interactive menu with category filtering
- Contact Section: Easy-to-use contact information and social links
- Cookie Policy: GDPR-compliant cookie consent management
- Framework: Next.js 14 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Heroicons, React Icons
- State Management: Zustand
- Carousel: Swiper
- Node.js 18.x or higher
- npm, yarn, or pnpm
- Clone the repository:
git clone https://github.com/TomiNavel/CuartoyMita.git
cd CuartoyMita- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:3000 in your browser.
cuartoymita/
├── src/
│ ├── app/ # Next.js App Router pages
│ │ ├── contacto/ # Contact page
│ │ ├── cuartoymita/ # About page
│ │ ├── menu/ # Menu page with products
│ │ └── page.tsx # Home page
│ ├── components/ # Reusable components
│ │ ├── layout/ # Layout components
│ │ ├── svg/ # SVG components
│ │ └── ui/ # UI components
│ └── hooks/ # Custom React hooks
├── public/ # Static assets
└── package.json
npm run build
npm run startMIT License
Copyright (c) 2025 CuartoyMita
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contributions are welcome! Feel free to open an issue or submit a pull request.