Skip to content

A front-end application made in react of movie catalog, consuming my own movies API

Notifications You must be signed in to change notification settings

MatheusVict/TuFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto TuFlix

OBS: Para iniciar necessário estar rodando a API, Projeto ainda não compilado

  • Mostra individualmente cada filme pelo título como paramêtro.
  • Mostra todo o Array de filmes no Home.
  • Exibe de Acordo com a pesquisa
  • Utiliza Axios para conexão com a API, o cors da API não possuie nenhuma restrição, pode ser acessado de qualquer URL

O projeto será refatorado em breve

2022-09-17.16-30-57.mp4

Começando com o aplicativo Create React

Este projeto foi inicializado com Create React App.

Scripts Disponíveis

No diretório do projeto, você pode executar:

npm start

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

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

npm test

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

npm run build

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

A compilação é reduzida 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.

npm run eject

Nota: esta é uma operação unidirecional. Depois de 'ejetar', você não pode voltar!

Se você não estiver satisfeito com a ferramenta de compilação e as opções de configuração, poderá ejetar a qualquer momento. Este comando removerá a dependência de compilação única do seu projeto.

Em vez disso, ele copiará todos os arquivos de configuração e as dependências transitivas (webpack, Babel, ESLint, etc) diretamente em seu projeto para que você tenha controle total sobre eles. Todos os comandos, exceto eject, ainda funcionarão, mas eles apontarão para os scripts copiados para que você possa ajustá-los. Neste momento você está por sua conta.

Você não precisa usar eject. O conjunto de recursos com curadoria é adequado para implantações pequenas e médias, e você não deve se sentir obrigado a usar esse recurso. No entanto, entendemos que essa ferramenta não seria útil se você não pudesse personalizá-la quando estiver pronto para isso.

Saber mais

Você pode aprender mais na documentação Criar aplicativo React.

Para aprender o React, confira a documentação do React.

Documentation in english

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
You will 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.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A front-end application made in react of movie catalog, consuming my own movies API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published