A decentralized real estate platform built with React, Vite, and Web3 technologies.
- Browse and explore real estate properties
- Connect wallet using RainbowKit
- Built with modern React and Vite
- Styled with Tailwind CSS
- Web3 integration with Wagmi and Viem
- Node.js (v18 or higher)
- npm or yarn
-
Clone the repository
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
- Frontend: React 18, Vite
- Styling: Tailwind CSS
- Web3: Wagmi, Viem, RainbowKit
- Routing: React Router DOM
- Animations: Framer Motion
- Icons: Lucide React
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── context/ # React context providers
├── utils/ # Utility functions and types
└── styles/ # Global styles
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request