https://github.com/oscargonzalezdev/sales-taxes
A web application that calculates and prints out receipt details, including taxes. This repo contains my solution for Itemis coding challenge.
https://github.com/oscargonzalezdev/sales-taxes
Last synced: 12 months ago
JSON representation
A web application that calculates and prints out receipt details, including taxes. This repo contains my solution for Itemis coding challenge.
- Host: GitHub
- URL: https://github.com/oscargonzalezdev/sales-taxes
- Owner: oscargonzalezdev
- Created: 2022-09-28T09:09:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T07:43:45.000Z (over 3 years ago)
- Last Synced: 2025-04-06T05:53:26.050Z (12 months ago)
- Language: JavaScript
- Homepage: https://receipts.oscargonzalez.dev
- Size: 747 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sales Taxes (Coding Challenge) 🛒

## About the project
This is a web application that calculates and prints out purchase receipts including taxes.
The repositorie contains the author's solution for Itemis coding challenge.
## Built With
* React for build user interface.
* Chackra UI for UI styling.
* JavaScript, HTML, CSS as a general stack to build web applications.
## Getting Started
To get and run a local copy of the project follow the instructions below.
1. Clone the repo
```sh
git clone https://github.com/oscargonzalezdev/sales-taxes.git
```
2. Install NPM packages
```sh
npm i
```
3. Run the project locally
```sh
npm start
```
4. Open http://localhost:3000 to view it in your browser.
## Links
* [View Demo](https://receipts.oscargonzalez.dev)
* [Author](https://oscargonzalez.dev)