https://github.com/castelo-codez/age-calculator-app
age-calculator-app || front end mentor challenges
https://github.com/castelo-codez/age-calculator-app
Last synced: 3 months ago
JSON representation
age-calculator-app || front end mentor challenges
- Host: GitHub
- URL: https://github.com/castelo-codez/age-calculator-app
- Owner: Castelo-Codez
- Created: 2023-11-15T19:49:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T21:39:54.000Z (over 2 years ago)
- Last Synced: 2025-12-26T12:52:58.219Z (6 months ago)
- Language: HTML
- Homepage: https://age-calculator-app-rho-lake.vercel.app
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **_front end mentor challenges || age calculator app_**
> [link of the challenge](https://www.frontendmentor.io/challenges/age-calculator-app-dF9DFFpj-Q)
- project setup
```
npm install
```
- Compile and Hot-Reload for Development
```
npm run dev
```
- Compile and Minify for Production
```
npm run build
```