Este proyecto consiste en un portal de búsqueda con de distinta informacíon de distintas empresas. En el listado aparece su tamaño, nombre, año de fundación...
This project consists of a search portal with different information about different companies. The list shows their size, name, year of foundation...
Debido a un problema con las cors de la url del hackaton, el fetch no funciona si tienes activada la seguridad del navegador. Si usas la extensión de Google Chrome llamada Allow CORS: Access-Control-Allow-Origin
Extensión Descargar
Due to a problem with the hackathon url cors, the fetch does not work if you have browser security enabled. If you use the Google Chrome extension called Allow CORS: Access-Control-Allow-Origin
Extension Download
Utilizando Codefactor ya que tenía que añadir la calidad del código, la calidad del código es:
Using Codefactor as I had to add the code quality, the code quality is:
Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.
These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes.
¿Que necesitas para instalar el software?
Necesitas tener instalado Node JS
What do you need to install the software?
You need to have installed Node JS
-
Descargar este repositorio en zip o clonar el repositorio en tu dispositivo (si clonas el repositorio, ten en cuenta de que no podrás añador tus commits)
-
Abre una terminal en la carpeta raíz de tu repositorio
-
Instala las dependencias locales ejecutando en la terminal el comando:
npm install
-
Download this repository in zip or clone the repository on your device (if you clone the repository, note that you won't be able to add your commits)
-
Open a terminal in your repository's root folder
-
Install the local dependencies by running the following command in the terminal:
npm install
Una vez hecho el paso anterior, hay que arrancar el proyecto cada vez que programes. Para ello, ejecuta el comando:
npm start
A continuación puedes observar que:
- Se abrirá una ventana en tu navegador pretederminado, que mostrará tu web.
- Los ficheros sobre lo que trabajarás estan dentro de la carpeta src/
Once you have done the previous step, you have to start the project every time you program. To do this, run the command:
npm start
Then you can see that:
- A window will open in your pre-finished browser, which will show your website.
- The files you will be working on are inside the src/ folder.
Introducir el comando
npm run githubpages
Y a continuación:
- Sube tu repo a la carpeta docs/ que se te acaba de generar
- Entra en la pestaña settings de tu repositorio
- En el apartado de GitHub Pages activa la opción master branch/docs folder
Enter the command
npm run githubpages
And then:
- Upload your repo to the docs/ folder that was just generated for you.
- Go to the settings tab of your repository
- In the GitHub Pages section, activate the master branch/docs folder option.
- Maitane Abad Github
Este proyecto está bajo la Licencia MIT License mira el archivo LICENSE para más detalles.
This project is licensed under the MIT License see the LICENSE file for more details.