Kasa is an application that allows people to find appartments between individuals. In the present, the only way to find a housing is through real estate agencies which take a large part of the rent for themselves. Kasa interface enables people to connect directly with each other and to reach agreements on prices, dates, etc.
Insert gif or link to demo
Install Kasa with yarn
git clone https://github.com/damevin/Kasa.git
cd Kasa
yarn install Kasa
Clone the project
git clone https://github.com/damevin/Kasa.git
Go to the project directory
cd kasa-app
Install dependencies
yarn install
Start the server
yarn start
Client: React, Redux, React-router
Server: Node, Express
Color | Hex |
---|---|
Primary | |
Lightgrey |
To run tests, run the following command
npm run test
To deploy this project run
npm run build