Skip to content

Instantly share code, notes, and snippets.

View codewithsadee's full-sized avatar
🎯
Focusing

Sadee codewithsadee

🎯
Focusing
View GitHub Profile
node_modules
@codewithsadee
codewithsadee / index.txt
Last active June 10, 2025 20:14
cozynest
CozyNest - Handcrafted Fashion & Vintage Decor
This is CozyNest - Handcrafted Fashion & Vintage Decor E-commerce Website made by codewithsadee
=============== HEADER ===============
<span class="material-symbols-rounded" aria-hidden="true">
close
</span>
@codewithsadee
codewithsadee / .prettierrc
Last active September 28, 2025 14:42
Tasky AI
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"bracketSameLine": false,
"singleAttributePerLine": true,
@codewithsadee
codewithsadee / .prettier.rc
Last active May 3, 2025 20:06
AnalytiX - Saas landing page
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"bracketSameLine": false,
"singleAttributePerLine": true,
node_modules
@codewithsadee
codewithsadee / About.jsx
Last active September 2, 2025 16:18
Henry Clark - Portfolio
const aboutItems = [
{
label: 'Project done',
number: 45
},
{
label: 'Years of experience',
number: 10
}
];