Skip to content

Commit 2048cd7

Browse files
authored
Update README.md
1 parent 076e855 commit 2048cd7

1 file changed

Lines changed: 27 additions & 15 deletions

File tree

README.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Designed for productivity, focus, and simplicity.
2828
* **React**
2929
* **TypeScript**
3030
* **Vite**
31-
* Tailwind / SCSS
32-
3331
---
3432

3533
## 📦 **Installation**
@@ -84,19 +82,33 @@ ChronoMind is automatically deployed using **GitHub Pages** through GitHub Actio
8482
## 📁 **Project Structure**
8583

8684
```
87-
chronomind/
88-
│── src/
89-
│ ├── components/
90-
│ ├── services/
91-
│ ├── utils/
92-
│ ├── App.tsx
93-
│ └── main.tsx
94-
│── public/
95-
│── index.html
96-
│── package.json
97-
│── vite.config.ts
98-
│── tsconfig.json
99-
└── README.md
85+
Directory structure:
86+
└── albindavidc-chronomind/
87+
├── README.md
88+
├── App.tsx
89+
├── index.html
90+
├── index.tsx
91+
├── metadata.json
92+
├── package.json
93+
├── tsconfig.json
94+
├── types.ts
95+
├── vite.config.ts
96+
├── components/
97+
│ ├── CircularProgress.tsx
98+
│ ├── SmartSetup.tsx
99+
│ ├── StopwatchView.tsx
100+
│ ├── Tabs.tsx
101+
│ └── TimerView.tsx
102+
├── public/
103+
│ └── manifest.json
104+
├── services/
105+
│ └── geminiService.ts
106+
├── utils/
107+
│ └── time.ts
108+
└── .github/
109+
└── workflows/
110+
└── deploy.yml
111+
100112
```
101113

102114
---

0 commit comments

Comments
 (0)