Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenameisajay/exchango
A simple, easy to build, currency converter using just useState and useEffects Hooks to handle API calls.
https://github.com/thenameisajay/exchango
axios beginner-friendly challenge currency-converter github learn nextjs react typescript useeffect usestate
Last synced: about 2 months ago
JSON representation
A simple, easy to build, currency converter using just useState and useEffects Hooks to handle API calls.
- Host: GitHub
- URL: https://github.com/thenameisajay/exchango
- Owner: thenameisajay
- License: mit
- Created: 2024-06-15T10:42:37.000Z (6 months ago)
- Default Branch: dev
- Last Pushed: 2024-09-18T08:14:20.000Z (3 months ago)
- Last Synced: 2024-10-11T01:53:57.648Z (2 months ago)
- Topics: axios, beginner-friendly, challenge, currency-converter, github, learn, nextjs, react, typescript, useeffect, usestate
- Language: TypeScript
- Homepage: https://xec.vercel.app/
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exchango
Exchango is a simple and user-friendly currency converter that allows you to convert between different currencies. Built with a minimalistic design, it aims to be easy to use and understand, while also being a challenge to create in a short amount of time (Project Duration : A Saturday).
## Features
- Convert between 34 different currencies
- Real-time exchange rates
- Built to communicate using just `useEffect` and `useState` to handle API calls## Technologies Used
- Next.js
- Axios
- React
- Tailwind CSS
- Currency API## Deployment
Exchango is hosted on Vercel. You can access it here: [Exchango](https://xec.vercel.app/)
## License
This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.