How can you add some information about your current commit while using the
git commit
command?--amend
-i
-a
-m
After a project has been set up with version control, which two commands should be used together to commit files to the staging area? Select all that apply.
git commit
git init
git add
git push
After pushing your latest code changes to GitHub, what is usually a good idea to do next?
Delete the branch since you won’t need it anymore.
Checkout a new branch to continue working on the code.
Check that the changes are present on GitHub.
Which one of the following describes the purpose of
create-react-app
?Set up React in a new project.
Add React to an existing project.
To test React components.
Build and deploy the current react app from source.
What must be installed on your computer in order for you to use the node package manager and
npm
commands?Javasctipt
React
Node.js
True or False: To animate a drop down menu in Figma, each item in the drop down should be connected to a component using “prototype” on the right side bar.
True
False
Before you can begin wireframing, what is an important first step?
To decide which color palette to use.
Listing the clients requirements.
To start designing the navigation bar.
You have just created a new React project and are thinking about project structure. Which one of the following is a good approach to this
Grouping by file size
Grouping by name
Grouping alphabetically
Grouping by features
Which of the following commands will create a version of your React project which can be uploaded to a web hosting service?
npm run dist
npm run build
npm version
npm run production
Which of the following items are part of the UX design process?
Unit testing
Market research
Empathize
User testing