Skip to content

Latest commit

ย 

History

History
125 lines (93 loc) ยท 4.68 KB

File metadata and controls

125 lines (93 loc) ยท 4.68 KB

๐ŸŽ„ Christmas Memory

Live demo: https://iam269.github.io/christmas-memory/ ๐Ÿ””๐ŸŽ

Christmas Memory

An interactive and festive web application designed to create, share, and relive Christmas memories through engaging games and personalized content! ๐ŸŽ…

โœจ Key Features

๐ŸŽฎ Interactive Games

  • Christmas Memory Game: Match pairs of festive cards featuring holiday themes, Santa, reindeer, and ornaments ๐Ÿƒ
  • Gift Catcher Game: Catch falling presents in a fun, timed challenge ๐ŸŽ
  • Hidden Easter Eggs: Discover secret surprises scattered throughout the app for extra holiday cheer ๐Ÿฅš

๐Ÿ“ Memory Management

  • Memory Form: Add personal Christmas stories, photos, and wishes with a user-friendly form ๐Ÿ“
  • Memory Wall: View and interact with a dynamic wall of shared memories from the community ๐Ÿ–ผ๏ธ
  • Admin Panel: Moderate and manage submitted memories (admin access required) โš™๏ธ

๐ŸŽจ Festive Atmosphere

  • Christmas Countdown: Real-time countdown to Christmas Day with animated timers โฐ
  • Animated Snowfall: Beautiful falling snow effect that enhances the holiday mood โ„๏ธ
  • Background Music: Playful Christmas tunes, including "All I Want for Christmas Is You" ๐ŸŽต
  • Sound Toggle: Control audio settings for a customizable experience ๐Ÿ”Š

๐ŸŽญ User Experience

  • Theme Toggle: Switch between light and dark modes for comfortable viewing ๐ŸŒ™
  • Responsive Design: Optimized for desktop, tablet, and mobile devices ๐Ÿ“ฑ
  • Loading Screens: Smooth transitions with festive loading animations โณ
  • Emoji Picker: Add expressive emojis to memories and interactions ๐Ÿ˜Š

๐Ÿ› ๏ธ Technology Stack

  • Frontend Framework: React 18 with TypeScript for type-safe development โš›๏ธ
  • Build Tool: Vite for lightning-fast development and optimized production builds โšก
  • Styling: Tailwind CSS with custom configurations for holiday-themed designs ๐ŸŽจ
  • UI Components: Shadcn/ui component library for consistent and accessible interfaces ๐ŸŽญ
  • State Management: React hooks and custom hooks for efficient state handling ๐Ÿ”„
  • Code Quality: ESLint configuration for maintaining clean, error-free code ๐Ÿ”ง
  • Package Manager: Support for both npm and Bun for flexible dependency management ๐Ÿ“ฆ
  • Icons & Assets: Custom SVG icons and holiday-themed images ๐Ÿ–ผ๏ธ

๐Ÿš€ Getting Started

Prerequisites

  • Node.js (version 18 or higher)
  • npm or Bun package manager

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/christmas-memory.git
    cd christmas-memory
  2. Install dependencies:

    npm install
    # or
    bun install
  3. Start the development server:

    npm run dev
    # or
    bun run dev
  4. Open your browser and navigate to http://localhost:5173

Build for Production

npm run build
# or
bun run build

The built files will be in the dist directory, ready for deployment.

๐Ÿ“ Project Structure

christmas-memory/
โ”œโ”€โ”€ public/                 # Static assets (images, audio, icons)
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ components/         # Reusable React components
โ”‚   โ”‚   โ”œโ”€โ”€ ui/            # Shadcn/ui components
โ”‚   โ”‚   โ””โ”€โ”€ ...            # Feature-specific components
โ”‚   โ”œโ”€โ”€ hooks/             # Custom React hooks
โ”‚   โ”œโ”€โ”€ lib/               # Utility functions and configurations
โ”‚   โ”œโ”€โ”€ pages/             # Page components
โ”‚   โ””โ”€โ”€ ...                # Main app files
โ”œโ”€โ”€ package.json           # Project dependencies and scripts
โ”œโ”€โ”€ tailwind.config.ts     # Tailwind CSS configuration
โ”œโ”€โ”€ vite.config.ts         # Vite build configuration
โ””โ”€โ”€ README.md              # Project documentation

๐Ÿค Contributing

We welcome contributions to make Christmas Memory even more festive! ๐ŸŽ‰

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Please ensure your code follows our ESLint configuration and includes appropriate tests.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐ŸŽ‰ Happy Holidays!

Christmas Memory brings the magic of Christmas to the digital world, allowing you to create lasting memories and enjoy festive games. Whether you're reminiscing about past holidays or creating new traditions, this app is your digital advent calendar! ๐ŸŽโ„๏ธ๐ŸŽ„


Built with โค๏ธ for the holiday season