Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.