Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

**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.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **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**

(back to top)

## 🛠 Live Demo
Check it out [here]( https://estete9.github.io/money-history/)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

(back to top)

## 🤝 Contributing



Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ 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 🥳️

(back to top)

## 🙏 Acknowledgments

ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS
- #### Original design idea by Nelson Sakwa on Behance.

## 📝 License

This project is [MIT](./MIT.md)-licensed.

(back to top)