Skip to content

Commit

Permalink
feat: learning-advanced-auth system
Browse files Browse the repository at this point in the history
  • Loading branch information
taiseen committed Sep 18, 2024
1 parent b44a50e commit ac39e35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/db/portfolioDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,14 @@ const portfolioDB = [
imgUrlEndPoint: 'jffpdtg/Css-Js-Learning',
tag: ['tailwind-css', 'react'],
},
{
id: uuidv4(),
title: 'Advanced Auth - React + Tailwind-CSS',
liveUrl: 'https://learning-advanced-auth.netlify.app',
imgUrlEndPoint: 'rM17dX4/learning-advanced-auth',
tag: ['tailwind-css', 'react'],
},

// {
// id: uuidv4(),
// title: 'Resume Builder - React + Tailwind-CSS',
Expand Down

0 comments on commit ac39e35

Please sign in to comment.