A modern, responsive car rental website built with React, TypeScript, and Tailwind CSS.
- 🚀 Features
- 🛠️ Prerequisites
- 📥 Installation
- 🗂️ Project Structure
- ⚡ Technologies Used
- 🖼️ Screenshots
- 🌟 Future Enhancements
- 🤝 Contributing
- 📜 License
- Responsive design for all devices
- Car listing with detailed information
- Contact form for inquiries
- About page with company information
- Modern UI with Tailtail CSS
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/yourusername/rentorbits.git
cd rentorbits- Install dependencies:
npm install- Start the development server:
npm startThe application will be available at http://localhost:3000.
src/
├── components/ # Reusable components
├── pages/ # Page components
├── App.tsx # Main application component
├── index.tsx # Entry point
└── index.css # Global styles
- React
- TypeScript
- Tailwind CSS
- React Router
- Axios (for API calls)
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.