Bienes Raíces is a web app to practice React and other tools. It is a web application in which real estate sales services are disclosed.It is a project carried out for learning purposes. Bienes Raices have a admin page.
Concepts learned in this proyect:
- Functional Components
- Props
- Lifting
- React Router
- React Hooks
- Redux
Install Git with:
$ sudo apt install git
Install NodeJs Js with:
$ sudo apt install nodejs
Install NPM with:
$ sudo apt install npm
Clone this repo
$ git clone https://github.com/DanielCuevas1822/BienesRaices.git
Use following commands:
$ cd BienesRaices
$ npm install
$ npm start
https://danielcuevas1822.github.io/BienesRaices/
With ❤️ DanielCuevas1822