This project brings together two of my interests: cooking and web development. It's a curated collection of recipes I love, presented through a modern, responsive web interface with best practices.
Hosted at: recipe.zebraflow.nl
- Browse and search recipes
- Filter by tags and categories
- Responsive design
- Internationalization support
recipe-book/
├── app/ # Next.js app directory
│ ├── components/ # React components
│ ├── data/ # Recipe data and content
│ ├── i18n/ # Internationalization
│ └── types/ # TypeScript type definitions
├── public/ # Static assets
└── package.json # Dependencies and scripts
- Clone the repository
- Install dependencies:
yarn install - Add the precommit hooks:
yarn setup - Run the development server:
yarn dev - Open http://localhost:3000 in your browser
yarn dev- Start development serveryarn build- Static build for productionyarn setup- Installs precommit hookyarn format- Run ESLint