A modern web application for managing events, built with React, TypeScript, Tailwind CSS, and Vite.
- User authentication system
- Event creation and management
- Responsive UI with Tailwind CSS
- Built with React and TypeScript for type safety
- Node.js 18+ (the project will not run on Node.js 16 or lower)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install
If you have Node.js 18+ as your default:
npm run dev
If you're using a different Node.js version (like v16) as default:
bash start-dev.sh
The script will automatically use Node.js 18 to run the application without changing your default Node version.
Once running, the application will be available at:
npm run build
npm run preview
- React 18
- TypeScript
- Tailwind CSS
- Vite
- React Router
- Framer Motion
- Date-fns
- Lucide React (icons)