This repository contains the frontend code for the Campus Navigator application built with Vite and Shadcn UI components.
Node.js (version 14 or higher)
-
Clone the repository:
git clone https://github.com/pranav-kale-01/event-management-frontend cd event-management-frontend -
Install the dependencies:
npm install
-
Running the Application
Start the development server:
npm run dev
This will start the application on http://localhost:3000.
Open your browser and navigate to the URL to see the application in action.
- src/: Contains the source code for the application.
- components/: Reusable UI components.
- pages/: Application pages.
- api/: Contains API service functions to communicate with the backend.
This project utilizes Shadcn for styled UI components. Make sure to refer to the Shadcn documentation for guidelines on how to customize and use the components effectively.
This project is licensed under the MIT License.