Luxuria Estates is a premium real estate website designed by myself. Built with React, React Router, Tailwind CSS, and DaisyUI, it features Home, Contact Us, Update Profile, and User Profile pages. The Home Page includes a banner, Estates card, and footer. The site also offers secure authentication and utilizes custom external JSON data.
React js, Firebase, Tailwind CSS, DaisyUI,React-leaflet, React Hook form
First, clone the repository to your local machine using the following command:
git clone https://github.com/TanveerAhmed4545/react-luxuria-estates.git
Change into the project directory:
cd repository-name
Before installing dependencies, make sure to clean up any existing ones:
Install the required dependencies by running:
npm install
Run the following command to start the application:
npm start
Now, open your browser and go to http://localhost:3000/ to view your React app.