Skip to content

DrunkOnJava/notion-calendar-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion Calendar

A modern, feature-rich calendar application built with Next.js 16, React 19, and TypeScript.

🚀 Features

  • Multiple Calendar Views - Day, Week, Month, and Agenda views
  • Event Management - Create, edit, and delete events with drag-and-drop support
  • Recurring Events - Support for complex recurrence patterns
  • Database Views - Table and Board views for event management
  • Scheduling Links - Share availability and let others book time
  • Time Finding - Smart suggestions to find meeting times
  • Import/Export - Support for calendar data import and export
  • Multi-calendar Support - Manage multiple calendars with different colors
  • Search & Command Palette - Quick access to all features
  • Notifications - Stay updated with event reminders
  • Dark Mode - Beautiful dark and light themes
  • Responsive Design - Works seamlessly on desktop and mobile

🛠️ Tech Stack

📦 Getting Started

Prerequisites

  • Node.js 18+
  • pnpm (recommended) or npm

Installation

# Clone the repository
git clone https://github.com/yourusername/notion-calendar.git
cd notion-calendar

# Install dependencies
pnpm install

# Run the development server
pnpm dev

Open http://localhost:3000 in your browser.

🧑‍💻 Development

Available Scripts

pnpm dev        # Start development server
pnpm build      # Build for production
pnpm start      # Start production server
pnpm lint       # Run ESLint
pnpm type-check # Run TypeScript type checking
pnpm copilot:chrome:screenshot # Launch headless Chrome for Copilot screenshots
pnpm copilot:chrome:audit      # Launch headless Chrome tuned for Lighthouse-style audits
pnpm copilot:chrome:inspect    # Launch visible Chrome session for manual inspection
pnpm copilot:chrome:debug      # Launch dev-channel Chrome with auto DevTools for debugging
pnpm copilot:chrome:evaluate   # Launch canary Chrome for fast script evaluation

Copilot Chrome DevTools Helpers

Each copilot:chrome:* script spins up chrome-devtools-mcp with opinionated flags so GitHub Copilot (or any MCP client) can immediately take screenshots, run audits, inspect elements, debug, or evaluate scripts against the running app:

  • pnpm copilot:chrome:screenshot – headless + isolated session with a 1920×1080 viewport and hidden scrollbars for full-page captures.
  • pnpm copilot:chrome:audit – headless session with logging and relaxed cert handling to keep long-running audits stable.
  • pnpm copilot:chrome:inspect – interactive Chrome window for visually verifying what Copilot is automating.
  • pnpm copilot:chrome:debug – dev-channel Chrome that opens DevTools automatically and exposes the remote debugging port.
  • pnpm copilot:chrome:evaluate – canary channel in headless mode, optimized for quick script evaluation with emulation tools turned off.

All scripts default to launching their own isolated Chrome profile. If you need to attach to an existing browser, run the underlying pnpm dlx chrome-devtools-mcp@latest command manually with --browserUrl instead of --channel.

Project Structure

├── app/                    # Next.js app directory
│   ├── layout.tsx         # Root layout
│   └── page.tsx           # Home page
├── components/            # React components
│   ├── ui/               # shadcn/ui components
│   └── ...               # Feature components
├── hooks/                # Custom React hooks
├── lib/                  # Utility functions
└── public/              # Static assets

VS Code Setup

This project includes VS Code workspace configuration with:

  • Auto-formatting on save
  • ESLint auto-fix
  • TypeScript auto-imports
  • Tailwind CSS IntelliSense
  • GitHub Copilot optimizations
  • Debug configurations

See .vscode/README.md for details.

🎨 Component Library

Built with shadcn/ui for a consistent, accessible component system:

  • Buttons, Cards, Dialogs
  • Forms with validation
  • Date pickers and calendars
  • Popovers, tooltips, dropdowns
  • And much more...

🤝 Contributing

Contributions are welcome! Please follow these steps:

  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

📝 License

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

🙏 Acknowledgments

  • Next.js team for the amazing framework
  • shadcn for the beautiful UI components
  • Vercel for hosting and deployment platform

Built with ❤️ using Next.js and TypeScript

About

A modern, feature-rich calendar application built with Next.js 16, React 19, and TypeScript

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors