{"id":25456656,"url":"https://github.com/rabiulkhan7224/car-rent","last_synced_at":"2026-04-17T07:31:59.661Z","repository":{"id":277020230,"uuid":"912241418","full_name":"rabiulkhan7224/car-rent","owner":"rabiulkhan7224","description":"This Car Rental System is a full-stack web application designed to facilitate seamless car bookings, efficient inventory management, and user authentication. It combines a responsive frontend with a r backend to deliver a user-centric experience.","archived":false,"fork":false,"pushed_at":"2025-04-25T14:11:48.000Z","size":524,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T19:08:45.350Z","etag":null,"topics":["mern-stack","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://car-rent-a11-15.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabiulkhan7224.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-05T02:13:09.000Z","updated_at":"2025-04-25T14:11:51.000Z","dependencies_parsed_at":"2025-05-17T07:01:14.994Z","dependency_job_id":null,"html_url":"https://github.com/rabiulkhan7224/car-rent","commit_stats":null,"previous_names":["rabiulkhan7224/car-rent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rabiulkhan7224/car-rent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiulkhan7224%2Fcar-rent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiulkhan7224%2Fcar-rent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiulkhan7224%2Fcar-rent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiulkhan7224%2Fcar-rent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabiulkhan7224","download_url":"https://codeload.github.com/rabiulkhan7224/car-rent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiulkhan7224%2Fcar-rent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31919937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mern-stack","react-router","reactjs"],"created_at":"2025-02-18T01:50:43.943Z","updated_at":"2026-04-17T07:31:59.641Z","avatar_url":"https://github.com/rabiulkhan7224.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Car Rent\n\n## Project Overview\nThis Car Rental System is a full-stack web application designed to facilitate seamless car bookings, efficient inventory management, and user authentication. It combines a responsive frontend with a robust backend to deliver a user-centric experience.\n\n## Live URL\n https://car-rent-a11-15.netlify.app\n\n\n## Key Features\n### General Features\n- User-friendly interface with intuitive navigation.\n- Fully responsive design for mobile, tablet, and desktop.\n- Secure user authentication with Firebase and JWT.\n- Real-time updates for car availability and booking statuses.\n\n### Pages \u0026 Functionalities\n1. **Home Page**:\n   - **Banner Section**: A motivational heading with a call-to-action button.\n   - **Why Choose Us**: Highlights platform's unique selling points.\n   - **Recent Listings**: Displays the latest cars added for rental.\n   - **User Testimonials \u0026 Special Offers**: Showcases user reviews and promotions.\n\n2. **Add Car Page** (Private):\n   - Allows authenticated users to add cars with details like model, price, features, etc.\n   - Supports file uploads using `react-dropzone`.\n\n3. **My Cars Page** (Private):\n   - Displays a tabular list of cars added by the user.\n   - Provides options to update or delete cars.\n   - Includes sorting by date and price.\n\n4. **Available Cars Page**:\n   - Lists all available cars in grid or list view.\n   - Search and sort functionality based on model, brand, or location.\n\n5. **Car Details Page**:\n   - Detailed car information with a \"Book Now\" button.\n\n6. **My Bookings Page** (Private):\n   - Displays a list of all bookings with options to modify or cancel bookings.\n\n### Security Features\n- Secure Firebase configuration keys and MongoDB credentials using environment variables.\n- JWT-based authentication to protect private routes.\n- HTTP-only cookies for secure token storage.\n\n### Deployment Guidelines\n- Properly deployed server and client without CORS/404/504 errors.\n- Live link functional with smooth navigation.\n\n## Technology Stack\n### Frontend\n- **React.js**: Component-based architecture for building the UI.\n- **Tailwind CSS**: Utility-first framework for styling.\n- **React Router**: For navigation and route protection.\n- **React Dropzone**: For file uploads.\n\n### Backend\n- **Node.js \u0026 Express.js**: Backend framework for API development.\n- **MongoDB**: Database for storing user and car data.\n- **JWT**: Secure authentication and session management.\n\n### Other Tools\n- **Firebase Authentication**: For user authentication.\n- **Axios**: For API requests.\n- **Toastify**: For notifications.\n- **Chart.js**: For data visualization (optional).\n\n## Installation\n1. Clone the repositories:\n   ```bash\n   git clone [client-repo-url]\n   git clone [server-repo-url]\n   ```\n\n2. Navigate to each directory and install dependencies:\n   ```bash\n   cd client\n   npm install\n   cd ../server\n   npm install\n   ```\n\n3. Set up environment variables:\n   - **Client**: `.env` file for Firebase configuration.\n   - **Server**: `.env` file for MongoDB connection string and JWT secret.\n\n4. Start the development servers:\n   ```bash\n   cd client\n   npm start\n   cd ../server\n   npm run dev\n   ```\n\n## Deployment\n1. Deploy the frontend using a platform like Vercel or Netlify.\n2. Deploy the backend on platforms like Heroku or Render.\n3. Ensure all environment variables are correctly configured.\n\n## Commits\n- **Client**: At least 15 meaningful commits with descriptive messages.\n- **Server**: At least 8 meaningful commits with descriptive messages.\n\n## Optional Features\n- Server-side pagination on the \"My Cars\" page.\n- Dynamic search functionality across all car data fields.\n- Data visualization for booking trends or revenue using `chart.js`.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n---\nThank you for reviewing the README! Ensure all deployment guidelines are followed for smooth functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabiulkhan7224%2Fcar-rent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabiulkhan7224%2Fcar-rent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabiulkhan7224%2Fcar-rent/lists"}