Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clementmadiot/oc-kasa-p6

Kasa est une application React de la location d’appartements entre particuliers
https://github.com/clementmadiot/oc-kasa-p6

nodejs react sass styled-components

Last synced: 12 days ago
JSON representation

Kasa est une application React de la location d’appartements entre particuliers

Awesome Lists containing this project

README

        



Project Kasa

Kasa


##
📋 Summary

- [Introduction](#introduction)
- [Technology Used](#tech-stack)
- [Launch App](#launch-app)

##
✨ Introduction

Kasa is a real estate rental web application with React
- Building dynamic and interactive web applications using React.js and other related technologies.
- Implementing responsive design to ensure seamless user experience across all devices.
- Guaranteeing cross-browser compatibility to make my applications accessible on various browsers.
- Utilizing technologies like MongoDB and Express.js to create functional databases for data storage and retrieval.

##
🛠 Technology Used

- **React** is a javaScript library for building user interfaces (UIs). Uses a component-based approach where complex UIs are built from smaller, reusable components. Focuses on the view layer (what the user sees) of a web application.

- **Node.js** is a runtime environment that allows you to execute JavaScript code server-side. It's built on Chrome's V8 JavaScript engine and is widely used for building scalable network applications, APIs, and servers.

- **React-router** is a routing library for React applications that Manages navigation between different views (pages) within the application. Helps keep track of the URL and displays the corresponding component based on the route.

- **Sass** is a preprocessor for CSS that adds features like variables, nesting, mixins, and functions.

- **Styled-component** is a library for styling React components that allows to write CSS directly within your React components using template literals.

##
🚀 Launch App


**Cloning the Repository**

```bash
git clone {git remote URL}
```


**install node_module**

```bash
npm i
# or
yarn i
```


**launch the App**

```bash
npm start
# or
yarn start
```