Skip to content

yuvan-s-96/car-website-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Website

This is a React application for a car service website.

Description

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.

Installation

  1. 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

Usage

To run the application locally, use the following command:

npm start

Dependencies

  • React
  • React Bootstrap
  • React Icons
  • Bootstrap

About

This is a React application for a car service website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors