Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
fc2f32b
git commit "Code-lab-web"
Code-lab-web Jun 2, 2025
f4638a2
git commit -m "Code-lab-web"
Jul 21, 2025
a6fc318
git commit -m "Code-lab-web"
Jul 21, 2025
6abd72e
git commit -m "Code-lab-web"
Jul 21, 2025
60cdea7
git commit -m "Code-lab-web"
Jul 22, 2025
35e895f
git commit -m "Code-lab-web"
Jul 22, 2025
43f4dfe
git commit -m "Code-lab-web"
Jul 22, 2025
b6b0765
git commit -m "Code-lab-web"
Jul 22, 2025
c817b56
git commit -m "Code-lab-web"
Jul 22, 2025
66ed066
git commit -m "Code-lab-web"
Jul 22, 2025
52a28ba
git commit -m "Code-lab-web"
Jul 22, 2025
53f1d08
git commit-m "Code-lab-web"
Jul 24, 2025
baf5355
git commit -m "Code-lab-web"
Jul 24, 2025
d1074b8
git commit -m "Code-lab-web"
Jul 25, 2025
f78b59a
git commit -m "Code-lab-web"
Jul 25, 2025
a7900d6
git commit -m "Code-lab-web"
Aug 6, 2025
46bca4d
git commit -m "Code-lab-web"
Aug 7, 2025
b602bcb
git commit -m "Code-lab-web"
Aug 8, 2025
756dd90
git commit -m "Code-lab-web"
Aug 8, 2025
a15cee8
git
Aug 12, 2025
55fa429
git commit -m "Code-lab-web"
Aug 13, 2025
f210ba6
git commit -m "Code-lab-web"
Aug 14, 2025
6d80aba
git commit -m "Code-lab-web"
Aug 14, 2025
dee83ba
git commit -m "Code-lab-web"
Aug 14, 2025
2080040
git commit -m "Code-lab-web"
Aug 19, 2025
ad5fc17
git commit -m "Code-lab-web"
Aug 20, 2025
ce96649
git commit -m "Code-lab-web"
Aug 21, 2025
9dd4663
git commit -m "Code-lab-web"
Aug 22, 2025
7bb75d9
git commit -m "Code-lab-web"
Aug 22, 2025
bb19930
git commit -m "Code-lab-web"
Aug 27, 2025
6ebe8b1
git commit -m "Code-lab-web"
Aug 27, 2025
666d8aa
git commit -m "Code-lab-web"
Aug 28, 2025
dbc603d
git commit -m "Code-lab-web"
Aug 29, 2025
e7ddd26
git commit -m "Code-lab-web"
Aug 29, 2025
640eb10
git commit -m "Code-lab-web"
Aug 29, 2025
2bc88e3
git commit -m "Code-lab-web"
Sep 1, 2025
633933b
git commit -m "Code-lab-web"
Sep 1, 2025
2a8aee1
git commit -m "Code-lab-web"
Sep 2, 2025
af08860
git commit -m "Code-lab-web"
Sep 4, 2025
ba89666
git commit -m "Code-lab"
Sep 4, 2025
e7699c2
git commit -m "Code-lab-web"
Sep 5, 2025
ab6aeea
git commit -m "Code-lab-web"
Sep 5, 2025
fe3b6a9
git commit -m "Code-lab-web"
Sep 5, 2025
e6ab9e6
git commit -m "Code-lab-web"
Sep 15, 2025
770e0ac
git commit -m "Code-lab-web"
Sep 15, 2025
562c547
git commit -m "Code-lab-web"
Sep 18, 2025
283a519
git commit -m "Code-lab-web"
Sep 23, 2025
bfc6c21
git commit -m "Code-lab-web"
Sep 24, 2025
903707c
git
Sep 24, 2025
3b18d02
git commit -m "Code-lab-web"
Sep 25, 2025
39f269f
git commit -m "Code-lab-web"
Sep 25, 2025
3624f06
git commit -m "Code-lab-web"
Sep 26, 2025
4a6b62a
git commit -m "Code-lab-web"
Sep 30, 2025
37d2bbd
git commit -m "Code-lab-web"
Sep 30, 2025
424c928
git commit -m "Code-lab-web"
Sep 30, 2025
21459d7
git commit -m "Code-lab-web"
Sep 30, 2025
bb50f6e
git commit -m "Code-lab-web"
Oct 2, 2025
fac2bc2
git commit -m "Code-lab-web"
Oct 2, 2025
6914b27
git commit -m "Code-lab-web"
Oct 2, 2025
27a3969
git commit -m "Code-lab-web"
Oct 6, 2025
40d448d
git commit -m "Code-lab-web"
Oct 6, 2025
f423dbc
git commit -m "Code-lab-web"
Oct 6, 2025
6d4aa48
git commit -m "Code-lab-web"
Oct 6, 2025
d9ce696
git commit -m "Code-lab-web"
Code-lab-web Oct 7, 2025
6eec044
git commit -m "Code-lab-web"
Code-lab-web Oct 7, 2025
6538d9f
git commit -m "Code-lab-web"
Code-lab-web Oct 7, 2025
5bf3827
git commit -m "Code-lab-web"
Code-lab-web Oct 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

{
"presets": ["@babel/preset-env"]
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-export-default-from"
]
}
22 changes: 22 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [
{
"command": "pnpm install",
"name": "Installing Dependencies"
}
],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"start": {
"name": "start",
"command": "pnpm start"
},
"dev": {
"name": "dev",
"command": "pnpm dev",
"runAtStart": true
}
}
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ node_modules
.env.development.local
.env.test.local
.env.production.local
package-lock.json
package-lock.json
# Local Netlify folder
.netlify
14 changes: 14 additions & 0 deletions .idx/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@import "tailwindcss";
import './App.css';
import SideBar from ".SideBar";
import
function App () {
return (
<div className ="flex text-center text-green-500 font-bold ">
Hallo custumer/member
</p>
</div>

);
}
export default App;
10 changes: 10 additions & 0 deletions .idx/App.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const App = () => {

return (
<>
<h1>happy-thoughts-api
</h1>
</>
);
};

37 changes: 37 additions & 0 deletions .idx/SideBar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import { BsPlus, BsFillLIghtningFill, BsGearFill } from react-icons/fa';
import { FaFire, FaPoo} from 'react-icons/fa';
const SideBar = () => {
return {
<div className="fixed top-0 left-0 h-screen w-16 m-0">
flex flex-col">
bg-gray-900 text-white shadow-lg">
<i>A</i>
<i>B</i>
<i>C</i>
<i<D</i>
<i>E</i>
<SideBarIcon icon ={<FaFire size = "28"/} />
<SideBarIcon = {<BsPlus size = "32"/>}}
<SideBarIcon = <BsFillLightningFillsize="20"/}/>
<SideBarIcon = <FaPoo size = "20" />}/>
</div>
};
};
const SideBarIcon = ({icon,text='tooltip'})=> ();
<div className = "sidebar-icon group">
{icon}
<span class = "sidebar-tooltip group-hover:scale-100">
{text}
</span>
</div>
};

constSideBar =()=> {
return(
<div className= "fixed" top-0 left-0h-screen w-16 m-0
flex flex-col
bg-gray-100 text-gray-900
dark:bg-gray-900 dark:text-white></div>
)
}
export default SideBar
3 changes: 3 additions & 0 deletions .idx/backend/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
Empty file added .idx/backend/README.md
Empty file.
Empty file added .idx/backend/data.json
Empty file.
Loading