Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Foundation Setup - Sprint 3 #70

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

xyzhou-projects
Copy link
Contributor

Changes Made

This PR sets up the core foundation for the Schedulicious project, including:

TypeScript Configuration

  • Added TypeScript and necessary type definitions
  • Configured tsconfig.json and tsconfig.node.json
  • Updated ESLint for TypeScript support
  • Converted key files to TypeScript (.tsx/.ts)

Tailwind CSS Setup

  • Installed and configured Tailwind CSS
  • Added PostCSS configuration
  • Set up basic utility classes
  • Configured color scheme and theme variables

shadcn/ui Integration

  • Initialized shadcn/ui with project configuration
  • Added base component system
  • Set up design tokens and theme variables
  • Implemented button component as first shadcn component
  • Added utility functions (cn) for class name management

Project Structure

  • Organized project directories following best practices
  • Set up component organization structure
  • Added type definitions directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant