An open API service indexing awesome lists of open source software.

https://github.com/pieter-rees/amara


https://github.com/pieter-rees/amara

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Amara Hoeve - Modern Website

A modern, responsive website for Amara Hoeve, a farm camping site (boerencamping) in Bergen, Netherlands.

## Features

- **Modern Design**: Clean, modern interface with green color scheme reflecting the natural farm environment
- **Responsive**: Mobile-first design that works perfectly on all devices
- **Fast Performance**: Built with Next.js 15 and React 19 for optimal performance
- **SEO Optimized**: Proper meta tags and semantic HTML structure
- **Accessible**: Built with accessibility best practices

## Sections

- **Hero Section**: Welcome message and main introduction
- **About**: Information about the farm and camping experience
- **Boerencamping**: Details about the camping facilities and location
- **Wonder Yurt**: Information about the unique yurt rental experience
- **Art & Culture**: Showcase of past art exhibitions
- **Contact**: Contact information and booking details

## Technology Stack

- **Framework**: Next.js 15.5.4 with App Router
- **React**: React 19.2.0 (latest stable)
- **Language**: TypeScript
- **Styling**: Tailwind CSS
- **Font**: Inter (Google Fonts)

## Getting Started

1. Install dependencies:
```bash
npm install
```

2. Run the development server:
```bash
npm run dev
```

3. Open [http://localhost:3000](http://localhost:3000) in your browser

## Project Structure

```
src/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
└── components/
├── Navigation.tsx
├── HeroSection.tsx
└── ContactSection.tsx
```

## Content

The website includes all content from the original Amara Hoeve website:
- Farm camping information
- Wonder Yurt rental details
- Contact information (Pieter Wonder)
- Art exhibition history
- Location details (Bergen, near Alkmaar)

## Deployment

This project can be deployed to any platform that supports Next.js:
- Vercel (recommended)
- Netlify
- AWS Amplify
- Any VPS with Node.js support

## License

© 2024 Amara Hoeve. All rights reserved.