https://github.com/eduardoprofe666/birthday-statistics
🎂 App to get Birthday Statistics
https://github.com/eduardoprofe666/birthday-statistics
birthday daisyui statistics svelte tailwind
Last synced: 2 months ago
JSON representation
🎂 App to get Birthday Statistics
- Host: GitHub
- URL: https://github.com/eduardoprofe666/birthday-statistics
- Owner: EduardoProfe666
- License: mit
- Created: 2025-01-05T04:26:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T04:33:32.000Z (over 1 year ago)
- Last Synced: 2025-06-05T21:07:05.612Z (about 1 year ago)
- Topics: birthday, daisyui, statistics, svelte, tailwind
- Language: Svelte
- Homepage: https://birthday-statistics.onrender.com
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Birthday Statistics Calculator 🎂
[![Made with Svelte][svelte-badge]][svelte-url]
[![Made with Vite][vite-badge]][vite-url]
[![Made with Tailwind CSS][tailwind-badge]][tailwind-url]
[![TypeScript][ts-badge]][ts-url]
[![License][license-badge]][license-url]
[![PRs Welcome][prs-badge]][prs-url]
_A beautiful life statistics calculator offering fascinating insights into your life journey through various metrics_
## 🎯 Overview
This application calculates and displays various statistics and interesting facts about your life based on your birthdate. It provides a modern, responsive interface with real-time updates and beautiful visualizations.
## 🚀 Deploy on Render
**Birthday Statistics Calculator** application is live! You can access it at the following link:
## 📊 Features
### 🎂 Birth Details
- Exact birthdate
- Day of the week
- Leap year status
- Moon phase
- Season of birth
### 📅 Calendar Systems
- Gregorian calendar date
- Chinese calendar date
- Islamic calendar date
- Hebrew calendar date
### ⭐ Astrological Profile
- Western zodiac sign
- Chinese zodiac sign
- Element association
### ⏳ Time Elapsed
- Centuries lived
- Decades passed
- Years, months, weeks
- Days, hours, minutes, seconds
### 🚀 Cosmic Journey
- Solar orbits completed
- Earth rotations experienced
- Distance traveled through space
- Seasons experienced
### 🎈 Next Birthday
- Days until next birthday
- Age milestone tracking
### ⚖️ Legal Age Status
- Legal age status for different countries
- Days until legal age
- Multi-country support
### 📈 Life Statistics
- Life stage (Newborn to Centenarian)
- Heartbeats and breaths
- Oxygen consumption
- Energy expenditure
- Food and water consumption
- Biological processes
- Sleep patterns
- Physical changes
## 🛠️ Tech Stack
### Frontend
- **Svelte** - Reactive UI framework
- **TypeScript** - Type-safe JavaScript
- **Vite** - Next generation frontend tooling
- **TailwindCSS** - Utility-first CSS framework
- **DaisyUI** - Component library for Tailwind
- **Lucide Icons** - Beautiful icon set
### Libraries
- **date-fns** - Modern date utility library
- **lunar-javascript** - Chinese calendar calculations
- **@hebcal/core** - Hebrew calendar support
- **hijri-date** - Islamic calendar calculations
## 🚀 Getting Started
1. Clone the repository
```bash
git clone https://github.com/EduardoProfe666/birthday-statistics.git
```
2. Install dependencies
```bash
yarn install
```
3. Start development server
```bash
yarn run dev
```
4. Build for production
```bash
yarn run build
```
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
[svelte-badge]: https://img.shields.io/badge/Svelte-F04E1E?style=for-the-badge&logo=svelte&logoColor=white
[svelte-url]: https://svelte.dev/
[vite-badge]: https://img.shields.io/badge/Vite-24ea1b?style=for-the-badge&logo=vite&logoColor=white
[vite-url]: https://vitejs.dev/
[tailwind-badge]: https://img.shields.io/badge/Tailwind_CSS-06B6D4?style=for-the-badge&logo=tailwindcss&logoColor=white
[tailwind-url]: https://tailwindcss.com/
[ts-badge]: https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white
[ts-url]: https://www.typescriptlang.org/
[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge
[license-url]: https://opensource.org/licenses/MIT
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
[prs-url]: http://makeapullrequest.com/