Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
feat: Add 'art-alchemy' to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiri-charles committed Apr 16, 2024
1 parent b1532d6 commit b14577b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 29 deletions.
Binary file added src/assets/images/art-alchemy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 37 additions & 29 deletions src/assets/projects.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
[
{
"title": "Heal Together",
"description": "A web teletherapy app. Still in development.",
"image": "assets/images/heal-together.jpg",
"link": "https://kamiri-charles.github.io/heal-together/",
"icons": "react javascript html5 sass"
},

{
"title": "Movie Quote Generator",
"description": "A web app that generates random movie quotes",
"image": "assets/images/movie-quote-generator.jpg",
"link": "https://kamiri-charles.github.io/movie-quote-generator/",
"icons": "react javascript html5 sass"
},
{
"title": "Art Alchemy",
"description": "An e-commerce platform for artists.",
"image": "assets/images/art-alchemy.jpg",
"link": "https://kamiri-charles.github.io/art-alchemy/",
"icons": "typescript java spring-boot mongodb css3"
},

{
"title": "Matrix Rain Effect",
"description": "Inspired by the matrix.",
"image": "assets/images/matrix-rain-effect.jpg",
"link": "https://kamiri-charles.github.io/matrix-rain-effect/",
"icons": "react javascript"
},
{
"title": "Heal Together",
"description": "A web teletherapy app. Still in development.",
"image": "assets/images/heal-together.jpg",
"link": "https://kamiri-charles.github.io/heal-together/",
"icons": "react javascript html5 sass"
},

{
"title": "Martial Hero",
"description": "A 2d HTML canvas game. Still in development.",
"image": "assets/images/martial-hero.jpg",
"link": "https://kamiri-charles.github.io/martial-hero/",
"icons": "typescript html5 css3 unity"
}
{
"title": "Movie Quote Generator",
"description": "A web app that generates random movie quotes",
"image": "assets/images/movie-quote-generator.jpg",
"link": "https://kamiri-charles.github.io/movie-quote-generator/",
"icons": "react javascript html5 sass"
},

{
"title": "Matrix Rain Effect",
"description": "Inspired by the matrix.",
"image": "assets/images/matrix-rain-effect.jpg",
"link": "https://kamiri-charles.github.io/matrix-rain-effect/",
"icons": "react javascript"
},

{
"title": "Martial Hero",
"description": "A 2d HTML canvas game. Still in development.",
"image": "assets/images/martial-hero.jpg",
"link": "https://kamiri-charles.github.io/martial-hero/",
"icons": "typescript html5 css3 unity"
}
]

0 comments on commit b14577b

Please sign in to comment.