{"id":22907226,"url":"https://github.com/akashchandrasekar/capstone-project-frontend","last_synced_at":"2026-04-12T17:02:53.621Z","repository":{"id":266649624,"uuid":"898939885","full_name":"Akashchandrasekar/Capstone-project-Frontend","owner":"Akashchandrasekar","description":"Online Vehicle Rental System","archived":false,"fork":false,"pushed_at":"2024-12-05T10:28:24.000Z","size":4489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T09:07:45.334Z","etag":null,"topics":["bootstrap","reactjs","router-dom","toastify"],"latest_commit_sha":null,"homepage":"https://capstone-project-frontend-gamma.vercel.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/Akashchandrasekar.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}},"created_at":"2024-12-05T10:22:02.000Z","updated_at":"2024-12-05T10:33:58.000Z","dependencies_parsed_at":"2024-12-05T11:42:27.371Z","dependency_job_id":null,"html_url":"https://github.com/Akashchandrasekar/Capstone-project-Frontend","commit_stats":null,"previous_names":["akashchandrasekar/capstone-project-frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akashchandrasekar%2FCapstone-project-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akashchandrasekar%2FCapstone-project-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akashchandrasekar%2FCapstone-project-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akashchandrasekar%2FCapstone-project-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akashchandrasekar","download_url":"https://codeload.github.com/Akashchandrasekar/Capstone-project-Frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246612488,"owners_count":20805355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","reactjs","router-dom","toastify"],"created_at":"2024-12-14T03:14:15.523Z","updated_at":"2026-04-12T17:02:48.600Z","avatar_url":"https://github.com/Akashchandrasekar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\u003cimg style=\"width:30%\" src='https://user-images.githubusercontent.com/105128267/218077760-5694a4ac-4e37-4de7-b31f-268ccd27400a.png'/\u003e\u003c/div\u003e\n\n# About the project\n\n  \u003cp\u003eA \u003cb\u003ecar rental\u003c/b\u003e website is an online platform that allows users to rent cars for personal or business use. The website provides an easy-to-use interface for searching, comparing, and reserving cars from a wide selection of vehicles that vary in make, model, size, and price.\u003c/p\u003e\n\n👉 Live Demo: \u003ca href='https://capstone-project-frontend-gamma.vercel.app/'\u003eLive Demo\u003c/a\u003e\n\n\u003ch3\u003eBuild with:\u003c/h3\u003e\n\n» Sass / Scss \u003cbr\u003e\n» React JS\n\n\n\n# React Project Setup\n\nThis guide provides instructions to set up and run a React project on your local machine. The project also includes Sass as a dependency for styling.\n\n## Prerequisites\n\nBefore you begin, ensure that you have the following installed on your machine:\n\n-   Node.js (v12 or later)\n-   npm (Node Package Manager, comes with Node.js)\n\n## Installation\n\n1.  Clone the project repository to your local machine using Git:\n    ```\n     git clone \u003crepository_url\u003e` \n    ```\n2.  Navigate to the project directory:\n    \n    ```\n     cd \u003cproject_directory\u003e\n    ``` \n    \n3.  Install project dependencies by running the following command:\n    \n    ``` \n     npm install\n    ```  \n    \n\n## Usage\n\nTo run the React project locally, follow these steps:\n\n1.  Start the development server:\n\n    ``` \n     npm start \n    ``` \n    This command will compile the project and start a local development server.\n    \n2.  Open your web browser and visit `http://localhost:3000`. The React application should be up and running.\n    \n\n## Styling with Sass\n\nThis project uses Sass as a preprocessor for CSS. Sass files are located in the `src/styles/styles.sccs` directory. To compile Sass into CSS, follow these steps:\n\n1.  Run the following command in your project directory:\n    \n```\n npm run build-css\n``` \n\n\nThis command will compile Sass files and generate corresponding CSS files in the `src/styles/styles.sccs` directory.\n    \n2.  Link the generated CSS files in your React components to apply the styles.\n    \n\n## Additional Scripts\n\nThe project includes additional scripts that you can run using the `npm run` command:\n\n-   `test`: Run tests for the project.\n-   `build`: Build the project for production.\n-   `eject`: Eject the project configuration from create-react-app.\n\n## Conclusion\n\nYou should now have the React project set up on your local machine. Feel free to explore and modify the code to meet your requirements. If you encounter any issues, please refer to the project's documentation or seek support from the project's maintainers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashchandrasekar%2Fcapstone-project-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakashchandrasekar%2Fcapstone-project-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashchandrasekar%2Fcapstone-project-frontend/lists"}