Skip to content

AbhayGarg123/RentOrbits

 
 

Repository files navigation

RentOrbits - Car Rental Website

A modern, responsive car rental website built with React, TypeScript, and Tailwind CSS.

📑 Table of Contents

Features

  • Responsive design for all devices
  • Car listing with detailed information
  • Contact form for inquiries
  • About page with company information
  • Modern UI with Tailtail CSS

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/rentorbits.git
cd rentorbits
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

The application will be available at http://localhost:3000.

Project Structure

src/
  ├── components/     # Reusable components
  ├── pages/          # Page components
  ├── App.tsx         # Main application component
  ├── index.tsx       # Entry point
  └── index.css       # Global styles

Technologies Used

  • React
  • TypeScript
  • Tailwind CSS
  • React Router
  • Axios (for API calls)

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License — see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 81.1%
  • JavaScript 13.1%
  • CSS 4.1%
  • HTML 1.7%