This project was bootstrapped with Create React App.
-
Initially run a command "npx create-react-app" taxi-booking in the terminal.
-
A React app gets created and all the required node modules and packages are installed.
-
Now move into the project directory .
-
create a sub folder named components in the 'src' folder and add the files Footer.js,Main1.js,Navbar.js to it.
-
Now create another subfolder called images and keep the image signup.jpg into it.
-
Add Bootstrap CDN Links into the index.html page.Hence there should be a internet connection while runnning project.
-
Replace the App.js,Appp.css file of the project with the files I have given.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.