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

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.

Awesome Lists containing this project

README

          

# Sales Taxes (Coding Challenge) 🛒

web application

## 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)