The application was created with the goal of gaining experience with the React library, with an emphasis on components and props. The following technologies were used for its development: CSS, HTML, Javascript, and React.
You can access the project's source code or download it.
After downloading the project, you can open it with Visual Studio Code. To do this, on the launcher screen, click:
- File > Open Folder
- Locate the project's location and select it (If the project is downloaded as a zip file, it needs to be extracted before locating it.)
- Finally, click Open
- Then open the terminal and install the dependencies with the following command:
npm install
- To run de project,execute:
npm start
- Finally, access http://localhost:3000 in your browser.
A aplicação foi feita com o objetivo de adquirir experiência com a biblioteca React, com ênfase em components e props. Para a realização da mesma foram utilizadas as seguintes tecnologias: CSS, HTML, Javascript e React.
Você pode acessar o código fonte do projeto ou baixá-lo.
Após baixar o projeto, você pode abri-lo com o Visual Studio Code. Para isso, na tela de launcher clique em:
- File > Open Folder
- Procure o local onde o projeto está e o selecione (Caso o projeto seja baixado via zip, é necessário extraí-lo antes de procurá-lo)
- Por fim clique em Abrir
- Em seguida abra o terminal e instale as dependências com o seguinte comando:
npm install
- Você pode rodar o projeto executando:
npm start
- Finalmente, acesse http://localhost:3000 no seu navegador.