Realtor Website is a web application for real estate listings where users can browse, search, and view details of properties. The app includes authentication features allowing users to log in and register.
- Browse property listings
- Search for properties
- View detailed information about each property
- User authentication (login/register)
- Responsive design
- Frontend: React, React Router
- Backend: RESTful API - NodeJs
- HTTP Client: Axios
- Styling: CSS (TailwindCSS)
- State Management: React Hooks, Context API.
- Clone the repository
git clone https://github.com/iamLeb/bbrClient.git cd bbrClient - Install dependencies
npm install
- Run the Client App
npm run dev
- Open your browser and navigate to http://localhost:8080.