Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project movies! #319

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"editor.formatOnPaste": false, // required
"editor.formatOnType": false, // required
"editor.formatOnSave": true, // optional
"editor.formatOnSaveMode": "file", // required to format on save
"files.autoSave": "onFocusChange", // optional but recommended
"vs-code-prettier-eslint.prettierLast": false // set as "true" to run 'prettier' last not first
}
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Project Movies

Replace this readme with your own information about your project.
## What you will learn

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
✓ Pair-programming

Choose a reason for hiding this comment

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

It would be nice to read more about the topic for the project (movies) + your information about pair programming :)


## The problem
✓ How to build multi-page applications using React Router.

Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
✓ How to pass information such as product ids, or blog post titles in the URL and pick this up in React router to load dynamic content.

Choose a reason for hiding this comment

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

We'd suggest writing more about the difficulties of the project, even as keywords, so you can remember it later on when you are going through your project (for example during the recruitment processes).


✓ Practice using APIs in React - combining `useState` with `useEffect`

## View it live

Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
https://glistening-tiramisu-f31c45.netlify.app/
Loading