Skip to content

Commit

Permalink
Added Scrimba AirBnb plus thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnajman committed Apr 16, 2024
1 parent 6dab8de commit 7396649
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file added img/thumb-scrimba-airbnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions items.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"title": "Scrimba AirBnb",
"category": "course",
"thumbnail": "./img/thumb-scrimba-airbnb.png",
"description": "A simple Scrimba React project, practising passing props from a parent to a child component.",
"features": [
"reactjs",
"github-pages-website",
"vitejs",
"props",
"html-css-javascript",
"css-nesting",
"scrimba",
"figma"
],
"firstCommit": "16/04/2024",
"linkRepo": "https://github.com/chrisnajman/scrimba-airbnb",
"linkPage": "https://chrisnajman.github.io/scrimba-airbnb/"
},
{
"title": "React Router Tutorial",
"category": "course",
Expand Down
2 changes: 1 addition & 1 deletion js/items/items-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function itemsFilter() {
"Configuring frameworks and getting them to display on the web page."
break
case "course":
categoryIntro.textContent = "Project(s) built from following a course."
categoryIntro.textContent = "Projects built from following a course."
break
case "biology":
categoryIntro.textContent =
Expand Down

0 comments on commit 7396649

Please sign in to comment.