Website Name : Tourista
This is a Tourista. A tourist spot based website .people can see various tourist spots in here and can book the spots to go there from this website
Selected Category :Southeast Asia
Live site Link : https://assingmnet-10.web.app/
=> This is a travel website page. This Website is Fully responsive.
=> This Website Has Been Created With React router + Vite + Tailwind css And daisy ui plugin has been used in it
=> For Authentication firebase has been used in it
=> For server side The express Js has been used in it
=> The user can Add ,Update,Read and delete data in this website.
Steps to Run This Project:
Download the Project from GitHub
Go to the GitHub repository of the project. Click on the green "Code" button. Select "Download ZIP" and save it to your desired location. Extract the downloaded ZIP file to a folder. Install Node.js and npm
If you haven't already, download and install Node.js from nodejs.org. npm (Node Package Manager) is included with Node.js, so you don't need to install it separately. Open a Terminal or Command Prompt
Navigate to the project folder using the terminal or command prompt. For example:
cd path/to/your/project-folder Install Project Dependencies
Run the following command to install all the necessary dependencies specified in the package.json file:
npm install Start the Development Server
After the dependencies are installed, start the development server using the following command:
npm run dev This command will start the React development server and open the application in your default web browser. Typically, it runs at http://localhost:5000. Summary of Commands
cd path/to/your/project-folder
npm install
npm run dev
Additional Notes : Ensure you have a stable internet connection during the npm install step, as it downloads the necessary packages from the npm registry.
If the project uses specific environment variables, you might need to create a .env file in the root directory of the project. Refer to the project’s documentation for details on required environment variables.
Follow any specific instructions mentioned in the project's README file.
By following these steps, you should be able to run the React project locally on your PC after downloading it from GitHub.