Skip to content

svrphoenix/car-rent-app

Repository files navigation

car-rent-app

Car Rental Web Application - it helps users find their ideal rental cars easily

This project contains the frontend part of the web application Car Rental.

Car Rental Web Application application for rent a car

Installation and Usage

Make sure you have the LTS version of Node.js and npm installed. To obtain and run this project locally, follow these steps:

  1. Clone the repository Open your terminal and execute the command:

     git clone https://github.com/svrphoenix/car-rent-app.git
  2. Navigate to the project folder Change to the created repository folder:

    cd project-group3fe
  3. Install dependencies Use npm to install the necessary dependencies:

    npm install
  4. Start the development server Use the start command to run the application in development mode:

    npm start

    This command will start the local development server and open the app in your browser. You can edit the app's code, and changes will automatically appear in the browser without needing to refresh the page.

Commands

  • npm start — start the project in development mode
  • npm build — create an optimized build of the app for deployment
  • npm test — run tests
  • npm run eject — eject from a locked configuration and customize the project setup (use with caution)
  • npm run lint:js — use ESLint to check and fix coding style in .js and .jsx files

Releases

No releases published

Packages

No packages published