Skip to content

Commit

Permalink
golden rack included in selected projects
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Sep 24, 2024
1 parent c514503 commit d3eba1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added public/videos/goldenrack.mp4
Binary file not shown.
12 changes: 10 additions & 2 deletions src/components/SelectedProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,21 @@ const Project = ({ name, description, tech, role, projectName, link }) => {
};

const projectsData = [
{
name: "Golden Rack",
description: "Fullstack project!",
tech: "React, Redux (Toolkit), React Router, Tailwind CSS, SASS, Node.js, Express.js, MongoDB, AWS EC2 etc",
role: "implementing all aspects of the project",
projectName: "goldenrack",
link: "https://goldenrack.danilocangucu.net/",
},
{
name: "Love Tokens",
description: "Fullstack project!",
tech: "React, Redux (Toolkit), React Hook Form, React Router, Tailwind CSS, SASS, Node.js, Express.js, MongoDB, AWS EC2, Jest, JWT, crypto, bcrypt, toastify",
tech: "React, Redux (Toolkit), React Router, Tailwind CSS, SASS, Node.js, Express.js, MongoDB, AWS EC2 etc",
role: "implementing all aspects of the project",
projectName: "lovetokens",
link: "https://lovetokens.danilocangucu.com/",
link: "https://lovetokens.danilocangucu.net/",
},
{
name: "Bike app",
Expand Down

0 comments on commit d3eba1b

Please sign in to comment.