csimon-web / kasa

Kasa: react real estate rentals project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kasa: react real estate rentals project

Contributors Forks Stargazers Issues

About The Project

Kasa app screenshot

This project was realized during my training as a javascript/react developer for a fictitious company wanting to create a web application dedicated to real estate rentals.

This web application had to respect a given mock up and particular coding guidelines.

It had to be developed with React, React Router, and use the data about the rentals from a copy of a given json file.

You can have a look on this web application here: https://kasa.csimon.info/

Built With

  • HTML, CSS, Javascript
  • React, React Router
  • Git
  • VS Code

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Git
  • Npm

Installation

  1. Open a terminal

  2. Clone the repo

git clone https://github.com/csimon-web/kasa.git
  1. Go to the kasa directory
cd kasa
  1. Install the dependencies
npm install
  1. Launch the project
npm start
  1. Open http://localhost:3000 to view the project in your browser.

Usage

In this project, you have a home page ("Accueil"), listing different rentals whose data come from a json file. You can click on each rental to get detailled informations about this rental and about the owner. You can click on "Description" or "Equipements" to view the decription and the equipments of this rental in details, and you have a sldideshow that displays photos of this rental. You also can click in the menu on "A propos" to get the "about us" page that give the user different advantages of the web application.

Contact

Christophe Simon: personnal website

Project Link: https://github.com/csimon-web/kasa

Acknowledgements

  • This readme version is a customized version of this github repository by NicolasBrondin

About

Kasa: react real estate rentals project


Languages

Language:JavaScript 48.0%Language:CSS 43.6%Language:HTML 8.4%