- Kevin Williams
Welcome to my week 3 Independent Project for Intermediate JavaScript at Epicodus.
I started it on Friday February 11th 2022 from this project's lesson in the curriculum.
This project uses the ExchangeRate API.
You can find more of my work at:
-
Fork the project to your own Github repository if you plan to make changes.
-
Clone the project from your repo to your machine or preferred location and cd into its folder.
-
Get an API Key and retain any attribution already included in this project's HTML for personal use.
-
You'll need the Node Package Manager (npm) to build the project. To set it up, install Node JS for your platform.
-
Install the npm packages so that you can build the project. The command below will automatically fetch the list of packages from package.json.
$ npm install
-
The decision to install specific, OLD, versions of these packages was dictated by the curriculum assignment.
-
By default, the packages are installed locally to the project folder. That way, if you decide to not continue with the project, you can cleanly remove it and all its dependencies by just deleting the project folder.
-
_Build and bundle the project from the src/ folder into the dist/ folder with one of the two commands below to either just build the project, or build it and also start the local live server.
$ npm run build
$ npm run start
-
If you like this project, please contribute issues and especially pull requests to improve it.
- Any known issues
- should go here
The code which originated in this project is covered by the ISC License. See the file called LICENSE in this same folder for distribution and liability terms as well as copyright holder info.
Third-party APIs and packages are subject to their own license and copyright.