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

Revamped React 1 #68

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
337adeb
lesson plan week 1
chezzoba Jul 21, 2024
b53a9e3
lesson week 2
chezzoba Jul 21, 2024
8e04f7f
created lesson plans
chezzoba Jul 21, 2024
f2189cc
Updated preparation
chezzoba Jul 21, 2024
a5cc19f
revisions to plans
chezzoba Jul 22, 2024
4ef119c
jsx
chezzoba Jul 22, 2024
d32186f
Update lesson-plan-p1.md
bhas Jul 29, 2024
487ea10
fix formatting
bhas Jul 29, 2024
c0baf23
exercises and readmes done
chezzoba Aug 14, 2024
d5b97c3
Merge branch 'react1-revamp' of https://github.com/chezzoba/React int…
chezzoba Aug 14, 2024
16dfcce
exercises + readmes and merged
chezzoba Aug 14, 2024
476410c
add all files for react 1 HW
ddobby94 Aug 21, 2024
64a126b
Merge pull request #1 from chezzoba/ddobby/add-HW-for-react1
ddobby94 Aug 22, 2024
896ab5c
delete custom local settings file
ddobby94 Aug 22, 2024
f64b471
remove API_KEY + add explanation comment
ddobby94 Aug 22, 2024
100fc15
improve main readme
bhas Aug 22, 2024
15d1d4c
revised hw
chezzoba Aug 22, 2024
9d16c98
merged
chezzoba Aug 22, 2024
ef1edd9
more merges
chezzoba Aug 22, 2024
fe39d21
update week 1 lesson plan
bhas Aug 22, 2024
77271ef
Update readme.md
bhas Aug 22, 2024
b373e49
Update readme.md
bhas Aug 22, 2024
153bad4
fix lesson plan for week 1
bhas Aug 22, 2024
25a259d
Update lesson-plan.md
bhas Aug 22, 2024
6f79ae1
improve exercises
bhas Aug 25, 2024
f2e0a6a
remove classnames from package.json, convert the 1 instance to pure css
ddobby94 Aug 25, 2024
2384a36
update README
ddobby94 Aug 25, 2024
00d4844
changed hw
chezzoba Aug 25, 2024
5101dbb
merged
chezzoba Aug 25, 2024
8841faf
addressed comments
chezzoba Aug 26, 2024
b8c4a5b
updated initial lesson plan
chezzoba Aug 27, 2024
0bac743
fix week 2 preparation and lesson plan
bhas Aug 28, 2024
de593e8
update week 3
bhas Aug 28, 2024
763ecd5
test markdown
bhas Oct 6, 2024
f39b33e
update exercises
bhas Oct 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file added assets/nextjs-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/react_curriculum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions examples/blog-app/.gitignore

This file was deleted.

2,434 changes: 0 additions & 2,434 deletions examples/blog-app/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions examples/blog-app/package.json

This file was deleted.

Binary file removed examples/blog-app/public/favicon.ico
Binary file not shown.
41 changes: 0 additions & 41 deletions examples/blog-app/public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions examples/blog-app/public/manifest.json

This file was deleted.

61 changes: 0 additions & 61 deletions examples/blog-app/src/App.js

This file was deleted.

9 changes: 0 additions & 9 deletions examples/blog-app/src/App.test.js

This file was deleted.

47 changes: 0 additions & 47 deletions examples/blog-app/src/components/AddCommentForm.js

This file was deleted.

9 changes: 0 additions & 9 deletions examples/blog-app/src/components/BlogPost.js

This file was deleted.

38 changes: 0 additions & 38 deletions examples/blog-app/src/components/Comment.js

This file was deleted.

30 changes: 0 additions & 30 deletions examples/blog-app/src/components/CommentsList.js

This file was deleted.

10 changes: 0 additions & 10 deletions examples/blog-app/src/data/comments.json

This file was deleted.

83 changes: 0 additions & 83 deletions examples/blog-app/src/index.css

This file was deleted.

Loading