An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Birthday Statistics](/public/banner.png)

# 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:


Visit the Application

## 📊 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/