This project is a frontend application built with React for managing listings and user authentication.
- React
- React Router DOM
- Clone the repository:
git clone https://github.com/Shantanupawar77/HomeFinder
- Install dependencies:
npm install
- Run the development server:
npm start
- The website is hosted at https://gharkhoj.onrender.com
- Header.jsx: Navigation header component.
- PrivateRoute.jsx: Component to handle private routes that require authentication.
- About.jsx: About page component.
- CreateListing.jsx: Page to create a new listing.
- Home.jsx: Homepage component.
- Listing.jsx: Page to display a single listing.
- Profile.jsx: User profile page component.
- Search.jsx: Search page component.
- SignIn.jsx: Sign-in page component.
- SignUp.jsx: Sign-up page component.
- UpdateListing.jsx: Page to update an existing listing.