Skip to content

Commit

Permalink
Merge pull request #27 from neu-se/tutorial_react
Browse files Browse the repository at this point in the history
react tutorial
abhutta0 authored Jan 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 41f0266 + 5298b7b commit 27d1a85
Showing 6 changed files with 698 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
source "https://rubygems.org"
gem "jekyll", "~> 3.9.0"
gem "coderay", "~> 1.1.0"

gem "jekyll", "~> 4.3.3"
gem "coderay", "~> 1.1.3"

group :jekyll_plugins do
gem "jekyll-asciidoc", "~> 2.1.1"
gem "jekyll-asciidoc", "~> 3.0.1"
gem "jekyll-seo-tag", "~> 2.7.1"
gem "jekyll-last-modified-at"
gem "jekyll-last-modified-at"
end

gem "kramdown-parser-gfm"
gem "kramdown-parser-gfm"

gem "github-pages", group: :jekyll_plugins
gem "lms-api"
gem "just-the-docs"
gem "lms-api"
gem "just-the-docs"

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.7"
Binary file added tutorials/assets/week4-react/chakra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/assets/week4-react/start-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/assets/week4-react/start-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/assets/week4-react/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
689 changes: 689 additions & 0 deletions tutorials/week4-react.md

Large diffs are not rendered by default.

0 comments on commit 27d1a85

Please sign in to comment.