https://github.com/abdullah149081/event-management-client
Welcome to Event 360 - Your one-stop solution for event management! This repository contains the source code for the Event 360 web application. Manage events, services, and pricing with ease. Built with React and Tailwind CSS.
https://github.com/abdullah149081/event-management-client
aos-animation axio react shadcn-ui tailwindcss tans typescript
Last synced: about 1 month ago
JSON representation
Welcome to Event 360 - Your one-stop solution for event management! This repository contains the source code for the Event 360 web application. Manage events, services, and pricing with ease. Built with React and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/abdullah149081/event-management-client
- Owner: Abdullah149081
- Created: 2024-03-19T17:31:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T04:49:06.000Z (about 2 years ago)
- Last Synced: 2025-07-06T15:46:59.286Z (12 months ago)
- Topics: aos-animation, axio, react, shadcn-ui, tailwindcss, tans, typescript
- Language: TypeScript
- Homepage: https://event-management-65de8.web.app/
- Size: 6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event 360
## How to Run
To run this project, follow these steps:
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Create a `.env` file in the root of the project.
4. Add the following line to the `.env` file:
```
VITE_BASE_URL=http://localhost:5000
```
Replace `http://localhost:5000` with your server URL if necessary.
6. Install dependencies by running:
```
pnpm i
```
7. Start the development server:
[Server Repository](https://github.com/Abdullah149081/event-managment-server)
## Features
- **Services:** Three services are provided: Corporate Event Management, Retail Marketing, and Wedding Planning.
- **Event:** Musical Event Showcase.
- **Pricing:** Three pricing packages offered: Standard, Premium, and Business.
- **Recent Event:** Highlights of recent events.
- **Dashboard:** Access to the dashboard featuring services, events, and recent event highlights.
## Packages/Technologies Used
- `@hookform/resolvers`: ^3.3.4
- `@radix-ui/react-dialog`: ^1.0.5
- `@radix-ui/react-label`: ^2.0.2
- `@radix-ui/react-slot`: ^1.0.2
- `@tanstack/react-query`: ^5.25.0
- `@types/aos`: ^3.0.7
- `aos`: ^2.3.4
- `axios`: ^1.6.7
- `class-variance-authority`: ^0.7.0
- `clsx`: ^2.1.0
- `embla-carousel-react`: ^8.0.0
- `lucide-react`: ^0.321.0
- `next-themes`: ^0.3.0
- `react`: ^18.2.0
- `react-dom`: ^18.2.0
- `react-helmet-async`: ^2.0.4
- `react-hook-form`: ^7.51.0
- `react-router-dom`: ^6.22.1
- `react-select`: ^5.8.0
- `sonner`: ^1.4.3
- `sweetalert2`: ^11.10.6
- `tailwind-merge`: ^2.2.1
- `tailwindcss-animate`: ^1.0.7
- `tailwindcss-animated`: ^1.0.1
- `zod`: ^3.22.4
[Live Site](https://event-management-65de8.web.app/)