This is a React application for a car service website.
This website provides information about car services, rental options, car technologies, and contact information. It showcases various car models, services offered, and features a contact form for inquiries. It is just a frontend webpage of how a car website lookslike.
- Clone the repository:
git clone https://github.com/yuvan-s-96/car-website-react.git
2.Install NodeJS from online and to check installation run the following command in cmd:
node --version
3.Navigate to the project directory:
cd my-app
4.Create the React application:
npx create-react-app my-app
or
npm init react-app my-app
5.Run the following commands for installing bootstrap packages and installing node modules:
npm i
npm install bootstrap
npm install react-bootstrap
npm install react-icons
npm install react-hook-form
npm install react-bootstrap-icons
npm install react-router-dom
npm install react-router
To run the application locally, use the following command:
npm start
- React
- React Bootstrap
- React Icons
- Bootstrap