en / es / ca / de

Kasaz

Main picture of the project.

Kasaz is an online estate agency where you can search for apartments by customizing your search criteria.

Source code

Features

  • Users can search for apartments by sorting through combinations of the following criteria:
  • - Location.
  • - Minimum and/or maximum price.
  • - Square meters.
  • - Rooms.
  • - Bathrooms.

What I learned

  • How to develop a Full Stack project within 4 days.
  • How to import and export the MongoDB database with Compass and Terminal.
  • How to import folders as NPM modules.
  • How to write instructions to run the project locally and test it.
  • How to combine multiple filter logic.

Technologies

  • Front-end: React Hooks (JavaScript), CSS-SASS, test Mocha Chai
  • Back-end: Node with Express, MongoDB, test with Jest