/Metrics-webapp

This application fetches data about forex currency exchange from a financial modeling API. When the page loads, the application shows the list of categories that could be filtered out using the currency name. The displayed categories shows the numeric values of the exchange information. When user clicks or taps on the category item, the application

Primary LanguageJavaScript

Metrics-webapp: Major Forex Details Generator

This application fetches data about forex currency exchange from a financial modeling API. When the page loads, the application shows the list of categories that could be filtered out using the currency name. The displayed categories shows the numeric values of the exchange information. When user clicks or taps on the category item, the application navigates to the details page. The details page contains the details about a particlar currency exchange.

Built with

  • React for User Interface and Redux for state management.

Additional Tools

  • WebHint
  • Stylelint
  • ESlint
  • Webpack
  • Redux

Live demo

You can watch here a live demo of our project.

Video demo

You can watch here a video demo of our project.

Test

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint ."

Authors

👤 Petro Loltolo Lesapiti

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Getting Started

To get a local copy follow these simple steps:

Clone Your Github Repository Follow these steps to clone your Clone Your Github Repository Follow these steps to clone my Github repo on Windows:

  1. Open Git Bash;
  • If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.
  1. Go to the current directory where you want the cloned directory to be added;
  • To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
  • $ cd '/c/Users/Documents/My Git Project'
  1. Go to the page of the repository that you want to clone.

  2. Click on “Clone or download” and copy the URL.

  3. Use the git clone command along with the copied URL from earlier;

  • $ git clone https://
  1. Press Enter;
  • $ git clone https:// Cloning into Git … remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remove: Total 13 (delta 1), reused 0 (delta 1) Unpacking objects: 100% (13/13), done. Congratulations, you have created your first local clone from your remote Github repository.

    🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://.

Show your support

Give a ⭐ if you like this project!

Acknowledgments

Acknowledgments

  • Thanks to Nelson Sakwa for original design.
  • Thanks to Microverse for giving this opportunity to learn ...
  • Code Reviewers & Coding Partners.
  • Hat tip to anyone whose code was used.
  • Inspiration.

📝 License

This project is MIT licensed.