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

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

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

```