This is a web application that allows police users to explore and bicycles. The application is built using modern web technologies and provides a user-friendly interface.
- Browse a wide selection of bicycles by various categories (e.g., road bikes, mountain bikes, hybrid bikes)
- View detailed information about each bicycle, including specifications, images, and reviews
- Responsive design that works well on desktop and mobile devices
- Clone the repository:
git clone https://github.com/tarook0/Bike.git
- Install the dependencies:
cd Bike npm install
- Start the development server:
npm run dev
- Build the production version:
npm run build