This application is designed to display real-time Dollar quotations in Argentina. You can see the quotation of the Official Dollar, Dollar Bolsa, and Dollar Blue.
- Node.js
- npm | yarn | pnpm
First, clone the repository:
git clone https://github.com/etaelith/dolar-rate.gitThen, navigate to the project directory:
cd dolar-rateInstall the dependencies with npm or yarn:
npm install
# or
yarn install
# or
pnpm installIn the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
Builds the app for production to the build folder.
Runs the app in production mode. You should run npm run build, or pnpm build or yarn build before using this command.
Runs the linter on all project files.
To learn more about the technologies used in this project, you can check out the following documentation:
- Next.js Documentation
- React Documentation
- TypeScript Documentation
- Tailwind CSS Documentation
- ESLint Documentation
- Prettier Documentation
- ngrok Documentation
This project is under the MIT license. See the LICENSE file for more details.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.