Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mullah98/car-rental-app
A car rental website where users can select a super car of their choice and rent it for an x amount of days and select a time and date
https://github.com/mullah98/car-rental-app
html javacsript motion vue3 vuejs vueuse
Last synced: 17 days ago
JSON representation
A car rental website where users can select a super car of their choice and rent it for an x amount of days and select a time and date
- Host: GitHub
- URL: https://github.com/mullah98/car-rental-app
- Owner: Mullah98
- Created: 2024-06-20T18:38:41.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T22:30:16.000Z (about 2 months ago)
- Last Synced: 2024-11-03T16:03:15.538Z (17 days ago)
- Topics: html, javacsript, motion, vue3, vuejs, vueuse
- Language: Vue
- Homepage: https://elite-car-rental.netlify.app/
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# car-rental project
A car rental website where user is able to browse through a collection of super cars and place an order for hire.
User will have to select a time and date to submit the order and can submit a form in the contact page.# Built with
Vue 3# User is able to:
1. Select a car from the collection and place an order by selecting the amound of days, time and date.
2. Fill in a form and submit## Steps to run the project locally
1. Clone the repository with git clone
2. Navigate to main directory - cd car-rental
3. Install dependencies with npm install
4. Start the server- npm run serve### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).