https://github.com/dcdms/age-calculator-app
A simple age calculator app.
https://github.com/dcdms/age-calculator-app
Last synced: about 1 year ago
JSON representation
A simple age calculator app.
- Host: GitHub
- URL: https://github.com/dcdms/age-calculator-app
- Owner: dcdms
- Created: 2024-07-19T16:26:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T23:49:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T12:23:28.145Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://age-calculator-app-eight-snowy.vercel.app
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Calculator App

## Hello! 💫
This is my solution to the ["age calculator app" challenge by Frontend Mentor](https://www.frontendmentor.io/challenges/age-calculator-app-dF9DFFpj-Q). I created this to improve my knowledge in React and algorithms, so **additional libraries were not used**.
## Running 🚀
If you want to run this app in your machine, make sure you have NodeJS and Git installed and run the following commands:
```sh
# Clone this repository
git clone https://github.com/dcdm3g/age-calculator-app
# Go to the created folder
cd age-calculator-app
# Install dependencies
pnpm i
# Start the NextJS development server
pnpm dev
```
## Technologies Used ✨
- [NextJS](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [TypeScript](https://typescriptlang.org)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)