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

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

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

![Screenshot](https://imgur.com/gIAJ7St.png)

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)