Skip to content

Commit

Permalink
Edited gitignore. Added VanLife
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnajman committed Jul 5, 2024
1 parent 6f99cc2 commit 762149d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref/
Binary file added img/thumb-vanlife.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions items.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
[
{
"title": "VanLife",
"category": "course",
"thumbnail": "./img/thumb-vanlife.png",
"description": "Demo site using React Router Dom V6. Built from following Scrimba's 'Learn React Router 6' course.",
"features": [
"reactjs",
"await",
"loaders",
"deferred-rendering",
"html-css-javascript",
"outlet",
"protected-routes",
"suspense",
"nested-routes",
"route-params",
"vitejs",
"react-router-dom-v6",
"useloaderdata",
"uselocation-hook",
"useactiondata",
"usesearchparams-hook"
],
"firstCommit": "03/06/2024",
"linkRepo": "https://github.com/chrisnajman/vanlife",
"linkPage": "https://chrisnajman.github.io/vanlife/"
},
{
"title": "Tenzies Game",
"category": "course",
Expand Down

0 comments on commit 762149d

Please sign in to comment.