Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sshrey30/currency-converter
Currency conversion website | React JS and Tailwind CSS
https://github.com/sshrey30/currency-converter
css html html-css-javascript javascript react-hooks reactjs tailwind tailwind-css
Last synced: about 2 months ago
JSON representation
Currency conversion website | React JS and Tailwind CSS
- Host: GitHub
- URL: https://github.com/sshrey30/currency-converter
- Owner: sshrey30
- Created: 2024-06-14T05:05:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:15:35.000Z (7 months ago)
- Last Synced: 2024-06-14T06:29:45.947Z (7 months ago)
- Topics: css, html, html-css-javascript, javascript, react-hooks, reactjs, tailwind, tailwind-css
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Converter
A dynamic currency converter web application built with React JS and Tailwind CSS. This app allows users to convert between all worldwide currencies, featuring real-time data fetched from an API. Users can easily swap between currencies for convenience.
## Features
- **Swap Between Currencies**: Easily switch the base and target currencies.
- **Real-time Conversion**: Fetches live currency conversion rates from an API.
- **Wide Range of Currencies**: Supports all worldwide currencies for conversion.## Technologies Used
- **React JS**: A JavaScript library for building user interfaces.
- **Tailwind CSS**: A utility-first CSS framework for rapidly building custom designs.
- **Currency API**: An API to fetch real-time currency conversion rates.