Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oscarcornejo/cotizador-dolar
- Owner: oscarcornejo
- Created: 2020-06-29T22:40:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T23:11:50.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T06:13:42.350Z (almost 2 years ago)
- Topics: apexcharts, axios, moment, node-sass, react-apexcharts, react-modern-calendar-datepicker, react-redux, reactjs, redux, redux-thunk, styled-components, tailwindcss
- Language: CSS
- Homepage:
- Size: 860 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.