This project is a website written with Reactjs for the DOMUS company (a fictional entity of real-estate created for the teachers of System design).
If you want to see the project, you can clone the repository with the next command. (You must have nodejs v15 or greater installed, also you can use yarn)
$ git clone https://github.com/ezequieljm/System-Design-Project-Domus.git
Then you must install the dependencies. Run the next command in the directory root.
$ npm install
All ready. You can execute runing npm start
.