You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,35 +33,24 @@ In meeting the minimum viable product (MVP) specifications listed below, your pr
33
33
-[ ] Navigate to the root of the project with your command line.
34
34
-[ ] Run `npm install` to download the dependencies listed in the `package.json` file.
35
35
-[ ] Run `npm start` to compile the project and serve it.
36
-
-[ ] Navigate Chrome to the URL indicated in the output of the `npm start` command.
36
+
-[ ] Navigate Chrome to `http://localhost:3000`
37
37
-[ ] In a separate terminal, run `npm test` to run tests.
38
38
39
39
**Steps Required for MVP:**
40
40
41
-
-[ ] Step 0 is to link `src/index.js` to the `src/index.html` file using a script tag.
42
41
-[ ] Steps 1 and 2 are explained inside the `src/components/header.js` file.
43
42
-[ ] Steps 3 and 4 are explained inside the `src/components/tabs.js` file.
44
43
-[ ] Steps 5 and 6 are explained inside the `src/components/card.js` file.
45
44
46
45
**Important Notes:**
47
46
48
47
- Please **do not move or rename existing files** or folders.
49
-
- Careful adding your script tag in Step 0: the code inside `index.js` needs the DOM to be fully built before executing.
50
-
- Careful if you choose to install Axios using another script tag: the order in which script tags execute is important.
51
48
- If your development server stops "auto reloading", manually kill it with `CTRL+C` and restart it.
52
49
- Do not change the `package.json` file except to install libraries with NPM (Axios is _already_ in the `package.json`).
53
50
- In your solution, it is essential that you follow best practices and produce clean and professional results.
54
51
- Schedule time to review, refine, and polish your work, including spell-checking and grammar-checking.
55
52
- It is better to submit a challenge that meets MVP than one that attempts too much and does not.
56
53
57
-
**Stretch Goals:**
58
-
59
-
**IMPORTANT:** Work on stretch goals in a **new branch**. You can branch off of `<firstName-lastName>` by executing `git checkout -b stretch`.
60
-
61
-
After finishing your required elements, you can push your work further. These goals may or may not be things you have learned in this module but they build on the material you just studied. Time allowing, stretch your limits and see if you can deliver on the following optional goals:
62
-
63
-
-[ ] Use the tabs at the top of the page to filter articles by topic.
64
-
65
54
## Submission format
66
55
67
56
-[ ] Submit via Codegrade by committing and pushing any new changes.
0 commit comments