https://github.com/hoxtygen/home360-frontend
Home360 is an online real estate application. It allow users to rent both private and commercially available houses and apartment.
https://github.com/hoxtygen/home360-frontend
nextjs react
Last synced: about 2 months ago
JSON representation
Home360 is an online real estate application. It allow users to rent both private and commercially available houses and apartment.
- Host: GitHub
- URL: https://github.com/hoxtygen/home360-frontend
- Owner: Hoxtygen
- License: mit
- Created: 2023-01-09T10:17:43.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-08T16:11:03.000Z (over 1 year ago)
- Last Synced: 2025-02-08T17:22:28.392Z (over 1 year ago)
- Topics: nextjs, react
- Language: TypeScript
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Home360
Home360 is an online real estate web application. It allows users to rent both private and commercially available houses and apartment.
## Built with
- Nextjs
- TypeScript
- TailwindCSS
## Features
- User registration
- User login with JWT authentication
- Password reset
- Refresh token
- Password change
- Account verification
- Listing creation
- Listing deletion
- Search listings
- Fetch listings
- Make listing enquiry
- Mark listing enquiry as read
- Fetch listing enquiries
- In-app messaging
## Getting Started and Installation
To get started with this project you'd need to have the following installed on your local computer:
- Node 18+
- Yarn
To run the project follow the steps below:
- Clone the repository `git clone https://github.com/Hoxtygen/home360-frontend.git`
- Create a `.env` file and fill it with appropriate values. See `.env-sample`
- `cd` into the project directory and run `yarn install`
- After package installation, run `yarn dev`
- Run `yarn build` to build the project
## Documentation
- Application is available at [http://localhost:3000](http://localhost:3000)
- The server can be found at [home360 server](https://github.com/Hoxtygen/home360-server)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Author
- [Wasiu Idowu](https://github.com/Hoxtygen)