Skip to content

Commit

Permalink
Merge pull request #80 from Milan-960/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Milan-960 authored Jul 18, 2023
2 parents 282c1cb + 6e61b8a commit 6460f98
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file added SS/Muzes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/constants/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ import { useTranslation } from "react-i18next";
export const useProjectsTable = () => {
const { t } = useTranslation();
const PROJECTS = [
{
id: "MuzesAi",
title: "Muzes.ai",
description:
"Muzes utilizes AI, data, and analytics to give you the easiest and most intuitive software marketplace experience.",
image: {
src: "https://raw.githubusercontent.com/Milan-960/Myportfolio/develop/SS/Muzes.png",
placeholderSrc:
"https://raw.githubusercontent.com/Milan-960/Myportfolio/develop/SS/Muzes.png",
},
links: {
site: "https://www.muzes.ai/",
repo: "https://github.com/Muzesorg",
},
technologies: [
"#reactjs",
"#nextjs",
"#react-icons",
"#MUI",
"#axios",
"#react-toastify",
],
},
{
id: "bingo-app",
title: "Bingo-App",
Expand Down

1 comment on commit 6460f98

@vercel
Copy link

@vercel vercel bot commented on 6460f98 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.