Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 2.25 KB

README.md

File metadata and controls

41 lines (37 loc) · 2.25 KB

Logo image


Summary

Context

  • Mise en situation / Case Study.
  • Kasa est une entreprise de location d’appartements entre particuliers en France / Kasa is a company that provide booking between individuals mostly in France.
  • Développement de la nouvelle vesion de la plateforme web (uniquement la partie front) / Development of the new version of the legacy application (only the front part).

Goal / Objectif

  • Intégration de maquette / Mockup integration.
  • Transfert de codebase vers une autre techno (ASP.Net -> React) / Move the code legacy of the project from ASP.Net to React.
  • Création des composants React et routing de la navigation / Creation of components and setting of navigation routes.

My function / Rôle

  • Frontend Developper Freelance.

Project

Assets

  • Mockup : Figma
  • Accommodation data : Json
  • Coding guidelines : Pdf

Getting Started

Clone the repo : git clone https://github.com/W-Kamal/Kasa_11.git
Install dependencies : pnpm* install
Launch local version : pnpm* run dev -> http://localhost:3000/
*use any package manager that suits you

Potential improvements / Améliorations possibles

This project was made for learning a specific concept or tool. Therefore it might appear not complete.
If I had to push further this project, I would work on :

  1. Improve performances.
  2. Improve UI.