Skip to content

Commit

Permalink
feat: learning-css-js live site
Browse files Browse the repository at this point in the history
  • Loading branch information
taiseen committed Jul 26, 2024
1 parent 5d662f8 commit b44a50e
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 @@ -345,6 +345,13 @@ const portfolioDB = [
imgUrlEndPoint: 'kGbrppZ/React-Mini-Project',
tag: ['tailwind-css', 'react'],
},
{
id: uuidv4(),
title: 'Css Js Learning - JS + CSS',
liveUrl: 'https://taiseen.github.io/learning-css-js',
imgUrlEndPoint: 'jffpdtg/Css-Js-Learning',
tag: ['tailwind-css', 'react'],
},
// {
// id: uuidv4(),
// title: 'Resume Builder - React + Tailwind-CSS',
Expand Down

0 comments on commit b44a50e

Please sign in to comment.