Commit 1937ea4
authored
feat: adds Kimberlee's Lesson 25-Intro to React-Starting the servers-creating new components and creating a page for adding new programs (#651)
* feat: created lesson 25 personal folder and copied
template files
* Merge remote-tracking branch 'refs/remotes/origin/Lesson-25' into Lesson-25
* chore: fixed file path and ran npm install
* Merge branch 'code-differently:main' into Lesson-25
* chore: deleted redundant file
* Merge remote-tracking branch 'refs/remotes/origin/Lesson-25' into Lesson-25
* Merge branch 'code-differently:main' into Lesson-25
* Merge branch 'code-differently:main' into Lesson-25
* feat: added program, programlist, & form files/
created program tsx
* chore: created programlist, updated program section
* updated program section
* removed extra title
* Merge branch 'code-differently:main' into Lesson-25
* chore: made folders for program files
* Merge remote-tracking branch 'refs/remotes/origin/Lesson-25' into Lesson-25
* chore: moved scss attributes to correct files
* chore: updated imports
* Merge branch 'code-differently:main' into Lesson-25
* chore: created form, corrected filepath
* Merge remote-tracking branch 'refs/remotes/origin/Lesson-25' into Lesson-25
* chore: fixed Add Program button to navigate to form
* chore: fixed a change I mistakenly made
* Merge branch 'code-differently:main' into Lesson-25
* Merge branch 'code-differently:main' into Lesson-25
* Merge branch 'code-differently:main' into Lesson-25
* Merge branch 'code-differently:main' into Lesson-251 parent 7ac1372 commit 1937ea4
File tree
35 files changed
+6650
-0
lines changed- lesson_25/kimberlees-template
- public
- src
- assets
- components
- header
- pages
- Home
- program-list
- program
- create-program
35 files changed
+6650
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments