Skip to content

Commit

Permalink
Merge pull request #12 from ViniR07/develop
Browse files Browse the repository at this point in the history
Develop - framer-motion
  • Loading branch information
vinimrs authored May 6, 2022
2 parents 67797ac + ce48440 commit 133dc7d
Show file tree
Hide file tree
Showing 50 changed files with 18,058 additions and 18,081 deletions.
64 changes: 32 additions & 32 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@next/next/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {
"indent": "off",
"linebreak-style": ["error", "windows"],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"react/prop-types": "off",
"no-explicit-any": "off"
},
"overrides": [
{
"files": ["*.tsx"],
"rules": {
"no-undef": "off"
}
}
]
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@next/next/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {
"indent": "off",
"linebreak-style": ["error", "windows"],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"react/prop-types": "off",
"no-explicit-any": "off"
},
"overrides": [
{
"files": ["*.tsx"],
"rules": {
"no-undef": "off"
}
}
]
}
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

## Tecnologias ⚡

- [Typescript](https://www.typescriptlang.org)
- [NextJs](https://nextjs.org)
- [Typescript](https://www.typescriptlang.org)
- [NextJs](https://nextjs.org)

## Features :hammer:

- `Criação de conta com autenticação`: guarde suas preferências!
- `Gerenciamento completo de perfis`: crie, edite e remova perfis personalizados!
- `Teasers dos filmes mais aclamados`: veja tudo na íntegra!
- `Criação de conta com autenticação`: guarde suas preferências!
- `Gerenciamento completo de perfis`: crie, edite e remova perfis personalizados!
- `Teasers dos filmes mais aclamados`: veja tudo na íntegra!

## Backend 💾

Expand Down Expand Up @@ -50,4 +50,3 @@ npm run dev
## Melhorias 🛠

Ideias de melhorias para o projeto:

11 changes: 7 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
reactStrictMode: true,
compiler: {
styledComponents: true,
},
reactStrictMode: true,
compiler: {
styledComponents: true,
},
images: {
domains: ['image.tmdb.org'],
},
};

module.exports = nextConfig;
Loading

1 comment on commit 133dc7d

@vercel
Copy link

@vercel vercel bot commented on 133dc7d May 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

netflix-clone – ./

netflix-clone-git-master-vinir07.vercel.app
netflix-clone-vinir07.vercel.app
vinflix.vercel.app

Please sign in to comment.