Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriciogirardi/react-movie
Este projeto foi criado atravez de um test para front-endusando a api TMDB de filmes.
https://github.com/mauriciogirardi/react-movie
axios reactjs styled-components
Last synced: 21 days ago
JSON representation
Este projeto foi criado atravez de um test para front-endusando a api TMDB de filmes.
- Host: GitHub
- URL: https://github.com/mauriciogirardi/react-movie
- Owner: mauriciogirardi
- License: mit
- Created: 2021-02-03T02:55:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T21:23:11.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T04:28:29.406Z (2 months ago)
- Topics: axios, reactjs, styled-components
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Movies
Sobre o projeto |
Tecnologias |
Começando |
License## Layout
Home
Info
Video
## 💇🏻♂️ Sobre o projeto
Este projeto foi criado através de um test para front-end usando a api TMDB de filmes.
## 🚀 Tecnologias
- [ReactJS](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [React Icons](https://react-icons.netlify.com/#/)
- [Styled Components](https://styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [EditorConfig](https://editorconfig.org/)## 💻 Començando
### Requisitos
**crie uma conta na (TMDB)[https://www.themoviedb.org/documentation/api] para criar uma Key de acesso**
```bash
$ git clone [email protected]:mauriciogirardi/react-movie.git
```**Follow the steps below**
```bash
# instale as dependencias
$ yarn# .env
crie um .env e copie o conteudo do .env.example e coloque a Key da api (TMDB)[https://www.themoviedb.org/documentation/api]# Start the client
$ yarn start
```## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Made with 💜 by Mauricio Girardi 👋 [See my linkedin](https://www.linkedin.com/in/mauricio-girardi/)