Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oscarcornejo/cotizador-dolar

App Web para Cotizar el Valor del Dólar
https://github.com/oscarcornejo/cotizador-dolar

apexcharts axios moment node-sass react-apexcharts react-modern-calendar-datepicker react-redux reactjs redux redux-thunk styled-components tailwindcss

Last synced: 8 days ago
JSON representation

App Web para Cotizar el Valor del Dólar

Awesome Lists containing this project

README

        

# Cotizador Dólar App - [Visítala](https://cotizador-dolar.netlify.app/)

Aplicación web para cotizar el valor del Dólar entre rangos de fechas.

## Tecnologías utilizadas

Este proyecto ocupa las siguientes herramientas:
- ReactJs
- Redux
- React Redux
- Redux Thunk
- React Apexcharts
- Apexcharts
- Axios
- Moment
- React Modern Calendar Datepicker
- node-sass
- Styled Components
- tailwindcss

## Descargar Proyecto

Para probar este proyecto necesitas hacer:
- Clonar el proyecto
- Entrar a la carpeta del proyecto clonado
- Arranacar el proyecto

## Arrancar Proyecto con Yarn

```sh
git clone https://github.com/oscarcornejo/cotizador-dolar.git
cd cotizador-dolar
yarn
yarn start
```

## Arrancar Proyecto con Npm

```sh
git clone https://github.com/oscarcornejo/cotizador-dolar.git
cd cotizador-dolar
npm install
npm start
```

## Estructura del Proyecto

```
cotizador-dolar
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── postcss.config.js
├── tailwind.js
├── yarn.lock
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
│ └── robots.txt
└── src
├── components
│ ├── cardCotizador
│ │ └── CardCotizador.js
│ ├── cardGrafico
│ │ └── GraficoResultado.js
│ ├── cardInformacion
│ │ └── CardInformacion.js
│ ├── footer
│ │ └── Footer.js
│ ├── header
│ │ └── Header.js
│ └── inputs
│ └── inputDate
│ └── InputDate.js
├── pages
│ └── cotizador
│ └── CotizadorPage.js
├── redux
│ ├── actions
│ │ ├── darkModeAction.js
│ │ ├── estadisticasAction.js
│ │ └── valorActualAction.js
│ ├── reducers
│ │ ├── darkModeReducer.js
│ │ ├── estadisticasReducer.js
│ │ ├── index.js
│ │ └── valorActualReducers.js
│ ├── types
│ │ └── types.js
│ └── store.js
├── theme
│ ├── globalStyles.js
│ └── theme.js
├── utils
│ ├── api.js
│ └── ApiKeys.js
├── App.js
├── App.test.js
├── index.css
├── index.js
└── serviceWorker.js
└── setupTests.js
```

## Contribución

Si encuentras algún bug, probelma o mejor aún, quieres utilizar esta platafroma web, favor escríbeme a [Oscar Cornejo](https://www.linkedin.com/in/oscarcornejo10/) y con gusto leeré tus comentarios.