Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanveerahmed4545/heritage-nest
Heritage Nest is a premium real estate website built with React, React Router, Tailwind CSS, and DaisyUI. This combination provides a modern and responsive user interface, seamless navigation, and a visually appealing design to enhance the user experience.
https://github.com/tanveerahmed4545/heritage-nest
daisyui react react-router reacticons tailwindcss
Last synced: 18 days ago
JSON representation
Heritage Nest is a premium real estate website built with React, React Router, Tailwind CSS, and DaisyUI. This combination provides a modern and responsive user interface, seamless navigation, and a visually appealing design to enhance the user experience.
- Host: GitHub
- URL: https://github.com/tanveerahmed4545/heritage-nest
- Owner: TanveerAhmed4545
- Created: 2024-09-02T17:45:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:11:48.000Z (2 months ago)
- Last Synced: 2024-10-09T17:40:57.564Z (about 1 month ago)
- Topics: daisyui, react, react-router, reacticons, tailwindcss
- Language: JavaScript
- Homepage: https://heritage-nest-c7bd7.web.app/
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heritage Nest
## Live Server: https://heritage-nest-c7bd7.web.app/
## About
Heritage Nest is a premium real estate website built with React, React Router, Tailwind CSS, and DaisyUI. This combination provides a modern and responsive user interface, seamless navigation, and a visually appealing design to enhance the user experience.
## Technologies:
React js, Tailwind CSS, DaisyUi
## Features
- 📝 This is a Real Estate-related website.
- 📝 This website is built with the React library and React Router.
- 📝 This website is built with the Tailwind CSS library.
- 📝 This website mainly has 5 pages: Home, About, Services, Details Page and Manage Rentals.
- 📝 DaisyUI is also used.## Installation:
#### Step 1: Clone the Repository
First, clone the repository to your local machine using the following command:
```bash
https://github.com/TanveerAhmed4545/Heritage-Nest.git
```
#### Step 2: Navigate to the Project Directory
Change into the project directory:
```bash
cd repository-name
```
#### Step 3: Prepare the Project
Before installing dependencies, make sure to clean up any existing ones:- Delete the node_modules folder, if it exists.
- Delete the package-lock.json file, if it exists.#### Step 4: Install Dependencies
Install the required dependencies by running:
```bash
npm install
```
#### Step 5: Start the Application
Run the following command to start the application:
```bash
npm start
```
Now, open your browser and go to http://localhost:3000/ to view your React app.