Admin page to Bienes Raices proyect made in React Js. With this application we can edit, delete and add properties, blog notes and testimonials.
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/BienesRaicesAdmin.git
Use following commands:
$ cd BienesRaicesAdmin
$ npm install
$ npm start
https://danielcuevas1822.github.io/BienesRaicesAdmin/
With ❤️ DanielCuevas1822