Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviteixeira-dev/interface-netflix
In this project I had the challenge of rebuilding the Netflix homepage.
https://github.com/daviteixeira-dev/interface-netflix
css3 html5 javascript jquery owl-carousel
Last synced: about 7 hours ago
JSON representation
In this project I had the challenge of rebuilding the Netflix homepage.
- Host: GitHub
- URL: https://github.com/daviteixeira-dev/interface-netflix
- Owner: daviteixeira-dev
- Created: 2021-03-06T02:57:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T02:56:25.000Z (over 3 years ago)
- Last Synced: 2024-09-17T17:26:59.590Z (about 2 months ago)
- Topics: css3, html5, javascript, jquery, owl-carousel
- Language: CSS
- Homepage: https://daviteixeira-btm.github.io/interface-netflix/
- Size: 669 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Netflix Clone
About the project |
Technology |
Installation, execution and development |
How to contribute |
License## 👨🏻💻 About the project
```👨🏻💻 Sobre o projeto```Participando do Bootcamp de HTML Web Developer da Digital Innovation One, neste projeto tive o desafio de reconstruir a página inicial da Netflix.
## 🚀 Technology
```🚀 Tecnologias```- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [Owl Carousel 2](https://owlcarousel2.github.io/OwlCarousel2/)
- [jQuery](https://jquery.com/)## 💻 Installation, execution and development
```💻 Instalação, execução e desenvolvimento```### Prerequisites
```💻 Pré-requisitos```There are no prerequisites
```bash
Não há pré-requisitos
```## 🤔 How to contribute
```🤔 Como contribuir```**Fork the repository and follow the steps below**
```Faça um fork deste repositório e siga os passos a baixo``````bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature
```
**After your pull request is merged, you can delete your branch**
```Depois que sua pull request for merged, você pode deletar sua branch```## 📝 License
This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.
```Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.```---
Made with ❤️ by Davi Teixeira