https://github.com/livewithcodeankit/advance-calculator
This repository contains a small React application that provides functionality for age calculation and currency conversion. The app utilizes React's useState hook for managing component state, Tailwind CSS for responsive styling, and React Router Dom for navigation and routing.
https://github.com/livewithcodeankit/advance-calculator
Last synced: 5 months ago
JSON representation
This repository contains a small React application that provides functionality for age calculation and currency conversion. The app utilizes React's useState hook for managing component state, Tailwind CSS for responsive styling, and React Router Dom for navigation and routing.
- Host: GitHub
- URL: https://github.com/livewithcodeankit/advance-calculator
- Owner: LiveWithCodeAnkit
- Created: 2023-06-13T19:06:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T06:49:08.000Z (6 months ago)
- Last Synced: 2025-07-11T11:55:31.309Z (5 months ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App - Age Calculator and Currency Converter
This repository contains a small React application that provides functionality for age calculation and currency conversion. The app utilizes React's useState hook for managing component state, Tailwind CSS for responsive styling, and React Router Dom for navigation and routing.
## Features
- **Age Calculation:** Calculate the age based on a given birth date and display it.
- **Currency Converter:** Convert currencies from one denomination to another using the latest exchange rates.
- **useState:** Leverage React's built-in hook for managing state within functional components.
- **Tailwind CSS:** Employed for responsive and customizable styling of the application.
- **React Router Dom:** Handle navigation and routing, enabling multiple pages within the React app.
## Topics Covered
- JavaScript
- HTML5
- CSS3
- ReactJS
- CSS Grid
- tailwind CSS
- CSS Flexbox
## Usage
1. Clone the repository:
```shell
git clone [repository-url]