This is a React-based reservation page. Follow these steps to run the project.
React 기반 예약 페이지입니다. 다음 단계에 따라 프로젝트를 실행하세요.
cd reservation-app
npm install
npm run startThis project is built with the following core dependencies:
프로젝트에서 사용된 주요 의존성 패키지들입니다:
- React: ^18.2.0
- React DOM: ^18.2.0
- TypeScript: ^4.9.5
- React Scripts: 5.0.1
- Radix UI Components
- @radix-ui/react-checkbox: ^1.0.4
- @radix-ui/react-label: ^2.0.2
- @radix-ui/react-select: ^2.0.0
- @radix-ui/react-slot: ^1.0.2
- date-fns: ^2.30.0
- react-day-picker: ^8.9.1
- lucide-react: ^0.294.0
- Tailwind CSS: ^3.3.6
- tailwind-merge: ^2.1.0
- tailwindcss-animate: ^1.0.7
- class-variance-authority: ^0.7.0
- clsx: ^2.0.0
MIT License
Copyright (c) 2023 React-Reservation-Page
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

