growthguide/ ├── assets/ # Images and icons ├── css/ # Stylesheets ├── js/ # JavaScript functionality ├── pages/ # Journal, tracker, and other pages ├── index.html # Homepage └── README.md # This file
To run this locally:
```bash git clone https://github.com/ayushi11-dot/growth-guide.git cd growthguide open index.html