Skip to content

PropertyList/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split Estate

hackathon-banner

About

Participants

Name Github Discord
Pratham Singhal @Pratham-19 Pratham#7898
Ritek Rounak @RITEKROUNAK cracker505#5352
Chandra Bose P @chandrabosep chandra bose.p#0281
Joshua Porporino @JoshWeb3 yesh#0001

Description

The problem Split Estate solves

Our project aims to solve several problems by creating a blockchain-based platform for buying and selling fractions of apartment complexes. The first problem we tackle is the complexity and inconvenience of traditional methods for dividing and transferring ownership of properties. Our platform simplifies the process, allowing anyone to easily buy and sell shares in apartment complexes with just a few clicks.

In addition to streamlining the buying and selling process, our platform also addresses issues of security and transparency. By using a blockchain, we are able to record all transactions on a secure, decentralized ledger that is nearly immune to manipulation. This not only protects the interests of investors, but also helps to build trust in the platform.

Smart contracts also help to automate certain processes, such as rent collection and distribution of profits, which saves time and effort and reduces the risk of errors or misunderstandings.

Overall, our platform has the potential to revolutionize the way that people invest in real estate. By making it easy for anyone to become a landlord, we are opening up new opportunities for individuals to build wealth and achieve financial independence. And with the increased liquidity provided by our marketplace, investors will have more flexibility to buy and sell shares as their needs and circumstances change.

Preview

SplitEstate.mp4

Set up Project

Here's how to setup and run the project locally :

Prerequisites

Here are some pre-requisites that you may require to run the project on your system.

Install Project

Done with the pre-requisites?

Here are the steps to be taken after that :

  1. Clone the repository:
git clone https://github.com/PropertyList/frontend.git
  1. Change directory :
cd frontend
  1. Install dependencies :
npm install
  or
yarn install
  1. Run
npm run start
  or
yarn run