Skip to content

queirozz8/cash-counter

Repository files navigation

Cash Counter

English: A Website that calculates the amount of cash (in the number of bills and coins) you have.

⚛ Was made using ReactJS with Vite, Tailwind CSS and HTML

🚀 Features:

  • Count bills and coins based at their quantities;
  • Button to clear a single input;
  • Button to clear all inputs;
  • Counter showing how many bills and coins you have;
  • Control using the arrows next to the input fields;
  • Support to both computers and mobile devices.

The goal is to help people who handle large amounts of cash and struggle to keep track of the total.

PT-BR: Um Website que calcula a quantidade de dinheiro em espécie (dinheiro vivo) que você tem (baseado no número de notas e moedas que possui).

⚛ Foi feito usando ReactJS com Vite, Tailwind CSS e HTML

🚀 Funcionalidades:

  • Contar notas e moedas baseado nas suas quantidades;
  • Botão de apagar um input apenas;
  • Botão de apagar todos os inputs;
  • Contador de quantas notas e quantas moedas você possui;
  • Controle pelas setas ao lado do input;
  • Suporte a computadores e celulares.

O objetivo é ajudar pessoas que possuem muitas quantidades de dinheiro vivo, que acabam se perdendo para contar todo aquele dinheiro.

🔗 Site: https://cash-counter-rick.vercel.app image image

DOCUMENTATION FOR LOCAL INSTALLATION

  1. First, do a git clone of this project:
git clone https://github.com/queirozz8/cash-counter.git
  1. Go to the directory of the project:
cd cash-counter/
  1. Run this command to install all the dependencies (React, Vite, Tailwind, etc.):
npm install
  1. Run the build script:
npm run build
  1. Run the preview script:
npm run preview
  1. Go to your browser and paste this URL:
http://localhost:3000

That's it! This project was made by Rick with ☕ and 💻.

DOCUMENTAÇÃO PARA INSTALAÇÃO LOCAL

  1. Primeiro, faça um git clone desse projeto:
git clone https://github.com/queirozz8/cash-counter.git
  1. Vá para o diretório do projeto:
cd cash-counter/
  1. Rode esse comando para instalar todas as dependências (React, Vite, Tailwind etc.):
npm install
  1. Rode o script build:
npm run build
  1. Rode o script preview:
npm run preview
  1. Vá para o seu navegador e cole esta URL:
http://localhost:3000

É isso! Este projeto foi criado por Rick com ☕ e 💻.

About

A Website that calculates the amount of cash (in the number of bills and coins) you have.

Topics

Resources

License

Stars

Watchers

Forks