A simple desktop application built with Angular and Electron that calculates the sum of multiple currencies into one.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Node.js and npm installed on your system.
- Clone the repository:
git clone https://github.com/adinortey360/currency-calculator.git
- Install the dependencies:
npm install
To run the app, use the following command:
npm run electron
This will launch the application in a new window.
To run the tests for the application, use the following command:
ng serve --open
This will start a local development server and open the application in a new browser window. You can then use the application and test its functionality.
- Angular - The web framework used
- Electron - The framework for building cross-platform desktop applications
If you want to contribute to the project, please follow these guidelines:
- Fork the repository
- Create a new branch for your changes (
git checkout -b my-changes) - Commit your changes (
git commit -am 'Added some features') - Push the branch
