Skip to content

Latest commit

 

History

History
189 lines (130 loc) · 6.75 KB

README.md

File metadata and controls

189 lines (130 loc) · 6.75 KB

LinkedIn


Logo

MejorCambio Peru

An app for search in all the exchanges of currencys in Peru to change USD ($) to PEN (S./)

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

Product Name Screen Shot

This project was created by me, to show it in my portfolio and show my frontend skills. If you are a recruiter or a client, I hope you like both the design and the functionality of my applications, you can see some of them here on my Github, or directly from my web Portfolio

(back to top)

Built With

  • Nuxt
  • Vue
  • Tailwind

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/Jaabg6/MejorCambioPeru.git
  2. Install NPM packages
    npm install
  3. complete the backend

create a file called cheerio.js in the folder called server (where the app, db ,index files are). There you yourself can program the buscarPrecios function to bring the data of all the exchange houses. the function must return an array with this format:

```sh
  [CasasDeCambio, GrupoSunat, BancosTradicionales, dateTime]
```

This is a project for my personal portfolio, I'm a frontend developer, so I don't see any need to share the backend code here <3 I hope you understand

  1. change sockets url. In nuxt.config.js you have to change "https://mejorcambio-peru.herokuapp.com/" for you url app (where is allocated your server)

  2. Ready to use

    npm run dev

(back to top)

Usage

You can use the calculator to see how much it would cost you to change from soles to dollars or from dollars to soles. Sort the list of exchange houses by Best buy or Best sale depending on what suits you

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

My Name - Javier Arcila My Portfolio - Portfolio

Project Link: MejorCambioPeru

(back to top)