A modern, responsive web application that helps you find someone's date of birth by entering a reference date and their age at that time. Built with React, TypeScript, and Tailwind CSS.
- 🎯 Calculate exact date of birth from age and reference date
- 📅 Supports precise age input in years, months, and days
- ⚡ Real-time calculation as you type
- 📱 Fully responsive design for all devices
- 📋 Copy results to clipboard with one click
- 🔍 Detailed calculation steps
- 🚀 Blazing fast performance with Vite
- 🛠 Built with modern React and TypeScript
- Node.js (v16 or later recommended)
- npm (v7+) or yarn (v1.22+)
- Git (for cloning the repository)
-
Clone the repository:
git clone https://github.com/raktimrabha/dobFinder.git cd dobFinder -
Install dependencies:
npm install # or yarn -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:5173 to view it in your browser.
- Enter a reference date (defaults to today)
- Input the person's age on that date (years, months, and days)
- Click "Calculate" to see the results
- Toggle "Show Calculation Steps" to see the detailed breakdown
- Click the copy icon to copy the result to your clipboard
dev- Start development serverbuild- Build for productionpreview- Preview production build locallytest- Run testslint- Run ESLinttypecheck- Check TypeScript types
npm run build
# or
yarn buildThis will create an optimized production build in the dist directory.
npm test
# or
yarn testContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- ⚡ Built with Vite
- 🎨 Styled with Tailwind CSS
- ✨ Icons by Lucide
- ⚛️ Powered by React
- 🏗 Project initialized with Vite + React + TypeScript
Made with ❤️ by Raktim Rabha | View on GitHub