Skip to content

Commit

Permalink
add task movies
Browse files Browse the repository at this point in the history
  • Loading branch information
dimauspeh77 committed Dec 10, 2024
1 parent 0b857a7 commit 1d4b65b
Show file tree
Hide file tree
Showing 12 changed files with 488 additions and 264 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ module.exports = {
},
],
'max-len': [
'error',
'error',
{
ignoreTemplateLiterals: true,
ignoreComments: true,
ignoreUrls: true,
},
],
'no-console': 'error',
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"semi": true,
"bracketSpacing": true,
"bracketSameLine": false
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ You are given movies loaded from the API and initial markup. Your task is to:
- Install Prettier Extention and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/vscode/settings.json) to enable format on save.
- Implement a solution following the [React task guideline](https://github.com/mate-academy/react_task-guideline#react-tasks-guideline).
- Open one more terminal and run tests with `npm test` to ensure your solution is correct.
- Replace `<your_account>` with your Github username in the [DEMO LINK](https://<your_account>.github.io/react_movies-list-js/) and add it to the PR description.
- Replace `<your_account>` with your Github username in the [DEMO LINK](https://dimauspeh77.github.io/react_movies-list-js/) and add it to the PR description.
Loading

0 comments on commit 1d4b65b

Please sign in to comment.