Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.34 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.34 KB

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Author