Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clementmadiot/oc-kasa-p6
- Owner: ClementMadiot
- Created: 2023-07-03T06:39:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T12:45:33.000Z (5 months ago)
- Last Synced: 2024-07-18T14:43:29.100Z (5 months ago)
- Topics: nodejs, react, sass, styled-components
- Language: JavaScript
- Homepage: https://kasa-cm.netlify.app/
- Size: 5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
📋 Summary- [Introduction](#introduction)
- [Technology Used](#tech-stack)
- [Launch App](#launch-app)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.- **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
```