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

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.

Awesome Lists containing this project

README

          

# Age Calculator App

![Preview](preview.png)

## 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)