The client side is built with React and Vite. It uses Tailwind CSS for styling and includes several pages and components.
src/App.jsx: The main application component.src/main.jsx: The entry point of the application.src/pages/: Contains different pages likeEvents,Home,Login,MyTickets,Profile, andSignup.src/components/Navbar.jsx: The navigation bar component.src/constant/constant.js: Contains constant values used in the application.index.css: Global CSS file.postcss.config.js: Configuration for PostCSS.tailwind.config.js: Configuration for Tailwind CSS.vite.config.js: Configuration for Vite.
-
Install Dependencies
Navigate to the
clientdirectory and install the dependencies:cd client npm install run the application on localhost: npm run dev