Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estete9/money-history
It's a page that consumes the fixer.io API in order to show a list of the 8 most used currencies in the world and their relation to the Euro through out the years. It's a page where users can select or search for a
https://github.com/estete9/money-history
Last synced: 18 days ago
JSON representation
It's a page that consumes the fixer.io API in order to show a list of the 8 most used currencies in the world and their relation to the Euro through out the years. It's a page where users can select or search for a
- Host: GitHub
- URL: https://github.com/estete9/money-history
- Owner: Estete9
- Created: 2023-10-16T20:56:59.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-24T19:54:51.000Z (over 1 year ago)
- Last Synced: 2025-01-06T03:42:54.741Z (about 1 month ago)
- Language: JavaScript
- Size: 4.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Money's History - React
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Preview - Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Money's History** is a website that allows you to search any currency and learn about the changes it had compared with the Euro as base.
Client
- **Full react app**
- **Use of Modular CSS**
- **Use of react components, props and state**
- **Use of react Router and NavLink**
- **Redux Store and Slices**
- **AsyncThunk with Redux**
## 🛠 Live Demo
Check it out [here]( https://estete9.github.io/money-history/)
To get a local copy up and running, follow these steps.
### Prerequisites
To run this project you need:
- VSCode
- Node
- Web Browser
### Setup
Make sure you have VSCode, Node and a Web Browser installed
### Install
In the root folder, run the script `npm install` to install all the libraries necessary.
Make sure eslint-config-airbnb is installed or install with:
`npm install eslint-config-airbnb eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import --save-dev`
### Usage
#### Live Render
- Run the script `npm start` to see a live version of the project
### Run tests
- Update your `package.json` scripts with "test" to fix axios import bug when testing:
- `"react-scripts test --transformIgnorePatterns \"node_modules/(?!axios)/\""`
- Use the script `npm run test` to run your tests
👤 **Esteban Palacios**
- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/esteban-palacios-5030a772/)
Contributions, issues, and feature requests are welcome!
## ⭐️ Show your support
Feel free to check the [issues page UPDATE URL HERE](https://github.com/Estete9/webpack-template/issues).
If you like this project remember to star and share it 🥳️
ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS
- #### Original design idea by Nelson Sakwa on Behance.
This project is [MIT](./MIT.md)-licensed.