https://github.com/kanphatdev/react_camping
https://github.com/kanphatdev/react_camping
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanphatdev/react_camping
- Owner: kanphatdev
- Created: 2025-01-13T15:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T06:25:42.000Z (over 1 year ago)
- Last Synced: 2025-01-21T07:25:02.825Z (over 1 year ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Camping
## Dependencies
This project uses the following dependencies:
| Dependency | Description |
|----------------------------|-------------------------------------------------|
| `@clerk/clerk-react` | User authentication and session management. |
| `@hookform/resolvers` | Schema resolvers for React Hook Form. |
| `@radix-ui/react-dropdown-menu` | Dropdown menu components. |
| `@radix-ui/react-label` | Accessible label components. |
| `@radix-ui/react-select` | Custom select components. |
| `@radix-ui/react-slot` | Slot-based component composition. |
| `@radix-ui/react-toast` | Toast notification components. |
| `class-variance-authority` | Manage className variants. |
| `clsx` | Utility for constructing `className` strings. |
| `lucide-react` | Icon library for React. |
| `react` | Core library for building user interfaces. |
| `react-dom` | React rendering library. |
| `react-hook-form` | Forms library with focus on simplicity. |
| `react-leaflet` | Interactive maps for React applications. |
| `react-router` | Declarative routing for React. |
| `tailwind-merge` | Utility to merge Tailwind classes. |
| `tailwindcss-animate` | Animation utilities for Tailwind CSS. |
| `zod` | Schema validation for TypeScript. |
## Installation
To get started, clone the repository and install the dependencies:
```bash
git clone https://github.com/kanphatdev/React_Camping.git
cd react_camping
npm install
```