Início Profile Projeto
Avatar de

Daniel Costa

search-photos

Projeto que consome a api flickr.

Você pode digitar o termo de busca, para pesquisar dinamicamente por fotos da api. Acesse aqui!

Este projeto foi inicializado com Create React App.

Scripts disponíveis

Você precisará ter o node instalado. No diretório do projeto, você pode executar:

npm start

Executa o aplicativo no modo de desenvolvimento.
Abra http://localhost:3000 para visualizá-lo em seu navegador.

A página será recarregada quando você fizer alterações.
Você também pode ver erros de lint no console.

npm teste

Inicia o executor de teste no modo de observação interativo.
Consulte a seção sobre execução de testes para obter mais informações.

npm run build

Cria o aplicativo para produção na pasta build.
Ele empacota corretamente o React no modo de produção e otimiza a compilação para obter o melhor desempenho.

A compilação é minificada e os nomes dos arquivos incluem os hashes.
Seu aplicativo está pronto para ser implantado!

Consulte a seção sobre implantação para obter mais informações.

Project that consumes the flickr api.

You can enter the search term, to dynamically search for photos from the api. This project was bootstrapped with Create React App.

Available Scripts

You will need to have node installed. In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.