Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 2.44 KB

File metadata and controls

91 lines (64 loc) · 2.44 KB

Houses For Sale Searcher - CodersCamp 2021/22 Project React.js + TypeScript

I. Team

The team worked as part of the CodersCamp course. The application was made by the course participants with the help of a mentor.

Mentor: Filip Hałoń

Participants:

II. Project description

The created project aims to facilitate the search for an apartment in the location of interest to us and to put up our own houses for sale.

Projekt jest połączony i pracuje z naszym API app.

III. DEMO

IV. Tech stack

  • React.js
  • TypeScript
  • JavaScript
  • HTML
  • CSS - SCSS + Material UI

V. Tools

  • Jira
  • Visual Studio Code
  • Git

VI. Workflow

The organization of the team's work and code review were carried out on GitHub. Tasks are described and distributed in the Jira. We used Google Meet for meetings. Meetings were conducted every Tuesday, Thursday, and Sunday. Discord was used in everyday communication.

VII. Setup

To run the project on the local machine, type in the terminal: Clone SSH

git clone https://github.com/team-prstmw/HousesForSaleSearcherTS.git

or HTTPS

git clone https://github.com/team-prstmw/HousesForSaleSearcherTS.git

Then, to install the modules, type:

yarn install

Then:

yarn run dev

The application will be available at localhost:3000

VIII. Illustrations

  • Home Page
    Home Page
  • Houses Details
    Houses Details
  • Login Page
    Login Page
  • Registration Page
    Registration Page
  • User Panel
    User Panel
  • Favourites
    Favourites
  • My Houses
    My Houses
  • Sell House Form
    Sell House Form