MCPcopy Index your code
hub / github.com/SeanCassiere/nv-rental-clone

github.com/SeanCassiere/nv-rental-clone @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
567 symbols 2,103 edges 346 files 3 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Navotar and RENTALL Clone

GitHub open issues GitHub closed pull requests GitHub contributors GitHub stars GitHub forks

A recreation of the Car Rental Management platforms Navotar and RENTALL for educational purposes.

⚠️ Important: This project is solely an exercise in education and is not intended for commercial purposes. It does not use production data.

nv-rental-clone - dashboard

This project is written in Typescript, using React for the UI library, and Tailwindcss for styling. UI components from ui.shadcn.com are integrated throughout the web app. The web app employs OAuth2 OIDC authentication, Tanstack Router for routing, and Tanstack Query for server-state management.

Table of Contents

Installation

  1. Clone the repository: git clone https://github.com/SeanCassiere/nv-rental-clone.git
  2. Navigate to the project directory: cd nv-rental-clone
  3. Install dependencies: npm install
  4. Start the development server: npm run dev

Usage

  1. Copy the .env.example file and rename it as .env.

  2. Obtain a valid ClientID from the OAuth2 authority (https://testauth.appnavotar.com). Ensure that the correct allowed_origin, redirect_uri, and post_logout_redirect_uri are set to the values in the .env file.

  3. Set the correct API URL in the .env file.

Contributing

Contributions are always welcome!

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the project.
  2. Create your feature branch (git checkout -b Username/YourFeature).
  3. Commit your changes using the Conventional Commits standard. Please ensure meaningful and well-formatted commit messages.

  4. If you are using VSCode, you can install the Conventional Commits extension to help you with this.

  5. An example of a commit message: feat: add a new feature

  6. Push to the branch (git push origin Username/YourFeature).

  7. Open a pull request with a title following the Conventional Commits standard.

Please follow the CODE OF CONDUCT.

Authors

License

This project is licensed under the MIT License.

Extension points exported contracts — how you extend this code

IdTokenClaims (Interface)
(no doc)
src/oidc-client-ts.d.ts
ColumnMeta (Interface)
(no doc)
src/tanstack-table.d.ts
CustomTypeOptions (Interface)
(no doc)
src/i18next.d.ts
FileRoutesByFullPath (Interface)
(no doc)
src/route-tree.gen.ts
TCommonTableProps (Interface)
(no doc)
src/components/common-table.tsx
MyRouterContext (Interface)
(no doc)
src/routes/__root.tsx
UseTernaryDarkModeOutput (Interface)
(no doc)
src/lib/hooks/useTernaryDarkMode.ts
FilterMeta (Interface)
(no doc)
src/tanstack-table.d.ts

Core symbols most depended-on inside this repo

cn
called by 280
src/lib/utils/styles.ts
makeQueryKey
called by 63
src/lib/query/helpers.ts
isEnabled
called by 60
src/lib/query/helpers.ts
isFalsy
called by 43
src/routes/_auth/-modules/summary/common.tsx
titleMaker
called by 25
src/lib/utils/title-maker.ts
useDocumentTitle
called by 25
src/lib/hooks/useDocumentTitle.ts
localDateTimeWithoutSecondsToQueryYearMonthDay
called by 20
src/lib/utils/date.ts
sortObjectKeys
called by 19
src/lib/utils/random.ts

Shape

Function 467
Interface 100

Languages

TypeScript100%

Modules by API surface

src/routes/_auth/-modules/information-block/vehicle-information.tsx23 symbols
src/route-tree.gen.ts22 symbols
src/routes/_auth/-modules/information-block/rental-information.tsx16 symbols
src/routes/_auth/-modules/information-block/customer-information.tsx11 symbols
src/routes/_auth/(agreements)/-components/summary-signature-card.tsx10 symbols
src/lib/query/agreement.ts10 symbols
src/routes/_auth/(settings)/settings.profile.tsx9 symbols
src/lib/query/vehicle.ts9 symbols
src/lib/query/user.ts8 symbols
src/lib/query/reservation.ts8 symbols
src/components/ui/pagination.tsx8 symbols
src/components/ui/data-table.tsx8 symbols

For agents

$ claude mcp add nv-rental-clone \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page