https://github.com/jeromeabel/oc-p11-kasa
Develop a web application with React and React Router
https://github.com/jeromeabel/oc-p11-kasa
react react-router sass
Last synced: about 2 months ago
JSON representation
Develop a web application with React and React Router
- Host: GitHub
- URL: https://github.com/jeromeabel/oc-p11-kasa
- Owner: jeromeabel
- Created: 2023-01-18T08:01:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T21:09:17.000Z (over 3 years ago)
- Last Synced: 2025-02-17T10:29:46.492Z (over 1 year ago)
- Topics: react, react-router, sass
- Language: JavaScript
- Homepage: https://jeromeabel.github.io/oc-p11-kasa/
- Size: 56.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://nodejs.org/)
[](https://reactjs.org/)
[](https://sass-lang.com/)
# oc-p11-Kasa š
This project is the n°11 in the [OpenClassrooms Front-End learning path](https://openclassrooms.com/fr/paths/516-developpeur-dapplication-javascript-react).
I am a freelance developer. My client is **Kasa**, the leader in private apartment rentals in France. I have to develop their site from models into a SPA with React and React-Router. The data are stored in a .json file (mock).
## ⨠Demo
- [Website](https://jeromeabel.github.io/oc-p11-kasa/)

## šØ Prerequisites
To get and build the project you will need to install :
- [NodeJS](https://nodejs.org/)
- A terminal to run commands. If you don't have one, I would recommend to use [Visual Studio Code](https://code.visualstudio.com/), it provides an integrated terminal inside the code editor.
- Optional : [Git](https://git-scm.com/)
## š ļø Installation
The project was created with "create-react-app"
```sh
$ npm install
```
## š Usage
```sh
$ npm run start
```
The web browser should be opened automatically at this address : http://localhost:3000/oc-p11-kasa
## š¤ Author
- [@jeromeabel](https://github.com/jeromeabel)
## š License
- [GNU--GPL--3](https://www.gnu.org/licenses/gpl-3.0.fr.html)