https://github.com/xeven777/age-calculator
Age calculator made using Nextjs
https://github.com/xeven777/age-calculator
age-calculator beginner next nextjs open-source react reactjs
Last synced: 8 months ago
JSON representation
Age calculator made using Nextjs
- Host: GitHub
- URL: https://github.com/xeven777/age-calculator
- Owner: Xeven777
- Created: 2023-12-11T06:34:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T04:10:24.000Z (over 1 year ago)
- Last Synced: 2024-12-27T20:49:37.449Z (9 months ago)
- Topics: age-calculator, beginner, next, nextjs, open-source, react, reactjs
- Language: TypeScript
- Homepage: https://age-calculator7.netlify.app/
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Calculator
This is a simple age calculator application built with Next.js, React, and TypeScript. The application allows users to input their date of birth and calculates their age in years, months, and days.
## Getting Started

First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Author
[Anish](https://github.com/Xeven777)