Skip to content

Commit

Permalink
feat: react-mini-project
Browse files Browse the repository at this point in the history
  • Loading branch information
taiseen committed Jun 19, 2024
1 parent 019296c commit 5d662f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/db/portfolioDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,13 @@ const portfolioDB = [
imgUrlEndPoint: 'fFbTKQ1/chat-app-firebase',
tag: ['tailwind-css', 'react'],
},
{
id: uuidv4(),
title: 'Mini Pro - React + Tailwind-CSS',
liveUrl: 'https://react-mini-pro.netlify.app',
imgUrlEndPoint: 'kGbrppZ/React-Mini-Project',
tag: ['tailwind-css', 'react'],
},
// {
// id: uuidv4(),
// title: 'Resume Builder - React + Tailwind-CSS',
Expand Down

0 comments on commit 5d662f8

Please sign in to comment.