This project is a Vite-based React application that provides astrology insights through various features, including horoscopes and Vedic interpretations. The application is built using TypeScript and styled with Tailwind CSS.
project-root │ ├── /public │ ├── index.html │ └── assets │ ├── stars.png │ └── vite.svg │ ├── /src │ ├── /components │ ├── /pages │ ├── /utils │ ├── /styles │ ├── /hooks │ ├── App.jsx │ ├── main.tsx │ └── vite-env.d.ts │ ├── .gitignore ├── package.json ├── postcss.config.js ├── tailwind.config.js ├── tsconfig.app.json ├── tsconfig.json └── README.md
Clone the repository:
git clone <repository-url>
cd project-root
Install dependencies:
npm install
Start the development server:
npm run dev
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.