Skip to content

Commit

Permalink
feat: add Memoria new project to the project card
Browse files Browse the repository at this point in the history
  • Loading branch information
sutarrohit committed Feb 12, 2024
1 parent 01b878c commit ea275e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/Components/Projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,21 @@ import movieInfo from "../../img/movieInfo.png";
import DevProfile from "../../img/DevProfile.png";
import chatGPT from "../../img/chatGPT.png";
import nftMarketplace from "../../img/nft.png";
import memoria from "../../img/memoria.png";
import { useInView } from "react-intersection-observer";

const Projects = () => {
const { ref: projectRef, inView: projectVisible } = useInView();

const projectData = [
{
image: memoria,
projectName: "Memoria",
description:
"Memoria is a versatile note-taking web application designed for easy organization and access to your thoughts and ideas.",
github: "https://github.com/sutarrohit/memoria",
website: "https://memoria-eosin.vercel.app/",
},
{
image: NotiFly,
projectName: "NotiFly",
Expand Down
Binary file added src/app/img/memoria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea275e1

Please sign in to comment.